s5: use sri hash

This commit is contained in:
Aaron Jheng 2023-09-14 22:05:22 +08:00
parent bf36a10c32
commit 68d76f78b2
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

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; {