gopacked: use sri hash

This commit is contained in:
Aaron Jheng 2023-08-25 13:48:42 +08:00
parent 51c907090f
commit 2a365c82ed
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -8,10 +8,10 @@ buildGoModule rec {
owner = "tulir";
repo = "gopacked";
rev = "v${version}";
sha256 = "03qr8rlnipziy16nbcpf631jh42gsyv2frdnh8yzsh8lm0p8p4ry";
hash = "sha256-PpOLLqgUQf09grZlJ7bXTxAowzDusmVN8PHfaGlGGQ8=";
};
vendorSha256 = "0fklr3lxh8g7gda65wf2wdkqv15869h7m1bwbzbiv8pasrf5b352";
vendorHash = "sha256-ooxVXNbqoh3XX3yFemAyqISNZ+PC8WJUe+ch2OnIdDo=";
doCheck = false;