Merge pull request #255118 from aaronjheng/s5

s5: use sri hash
This commit is contained in:
Nick Cao
2023-09-14 16:56:00 -04:00
committed by GitHub
+3 -2
View File
@@ -8,16 +8,17 @@ buildGoModule rec {
owner = "mvisonneau";
repo = pname;
rev = "v${version}";
sha256 = "003l4v7d671rvw7q32fxhxv3qazw6v8v9ch7hmyy9lvwkc7x6dlm";
hash = "sha256-lTbTD5t80+R9hQeytNE2/Cs8dofdiYEP3zkc084mdAA=";
};
vendorHash = "sha256-TrCIUeY0B+BsWNaUkDTEgrEaWfJKnID2mafj3ink+i8=";
subPackages = [ "cmd/${pname}" ];
ldflags = [
"-X main.version=v${version}"
];
vendorSha256 = "TrCIUeY0B+BsWNaUkDTEgrEaWfJKnID2mafj3ink+i8=";
doCheck = true;
meta = with lib; {