3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #202195 from r-ryantm/auto-update/grype

grype: 0.52.0 -> 0.53.0
This commit is contained in:
Fabian Affolter 2022-11-21 17:18:50 +01:00 committed by GitHub
commit 883e1d43b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "grype";
version = "0.52.0";
version = "0.53.0";
src = fetchFromGitHub {
owner = "anchore";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RZBO8TpFwRwr1CkGSX06jtAtLiNVHhe+8AJsHwNyPMY=";
sha256 = "sha256-um+uyY8kPkouF/9Kms0xZYhgYeZC/pE6w+JCVcKWdpI=";
# populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src.
leaveDotGit = true;
@ -27,7 +27,7 @@ buildGoModule rec {
'';
};
proxyVendor = true;
vendorSha256 = "sha256-tRux9M9vFPj3TqhsF1zSV4V1YKnLVViuQjum9YFr5FU=";
vendorSha256 = "sha256-BP5Tvv5s74uxjVcEC0QPaw2tGPmkOjZmyCrPwwoz7o4=";
nativeBuildInputs = [
installShellFiles