Skip to content

Commit

Permalink
Fix flake vendor sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsheep committed Nov 6, 2022
1 parent c6382ef commit 976662b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
inherit version;
src = ./.;
ldflags = ["-s" "-w" "-X github.com/quantumsheep/sshs/cmd.Version=${version}"];
vendorSha256 = "wClgX08UbItCpWOkWLgmsy7Ad5LlpvXrStN3JHujVww=";
vendorSha256 = "OCh37wjSs40Q0VQmoc1nXQ4nWddnoUCrI5xgxpxR/Ec=";
};
}
);
Expand Down

0 comments on commit 976662b

Please sign in to comment.