sshs: use sri hash
This commit is contained in:
parent
6ef5ca47a9
commit
5bfcb490ac
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@ buildGoModule rec {
|
||||||
owner = "quantumsheep";
|
owner = "quantumsheep";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "KD971dGm1oQt9GbiUGZm2k4SJrBAA9rnHj7Gu0t3SJw=";
|
hash = "sha256-KD971dGm1oQt9GbiUGZm2k4SJrBAA9rnHj7Gu0t3SJw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "OCh37wjSs40Q0VQmoc1nXQ4nWddnoUCrI5xgxpxR/Ec=";
|
vendorHash = "sha256-OCh37wjSs40Q0VQmoc1nXQ4nWddnoUCrI5xgxpxR/Ec=";
|
||||||
|
|
||||||
ldflags = [ "-s" "-w" "-X github.com/quantumsheep/sshs/cmd.Version=${version}" ];
|
ldflags = [ "-s" "-w" "-X github.com/quantumsheep/sshs/cmd.Version=${version}" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue