Merge pull request #227761 from NickCao/clair

clair: fix src hash
This commit is contained in:
Mario Rodas 2023-04-23 07:51:27 -05:00 committed by GitHub
commit c72173c3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ buildGoModule rec {
owner = "quay";
repo = pname;
rev = "v${version}";
hash = "sha256-yh617C99WSi//3YBIim5QLJTh8KgVcMkgG6AqRJYVvA=";
hash = "sha256-Nd73GQJUYkFMyvMLAUgu/LQuDEW74s9+YKwqnftPoPM=";
};
vendorHash = "sha256-V9Y+dZv3RKiyzGJB1o4+M4QQeRpBkCtJOr2zyjTCKTY=";