lol

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

grype: 0.52.0 -> 0.53.0

authored by

Fabian Affolter and committed by
GitHub
883e1d43 8a1aed05

+3 -3
+3 -3
pkgs/tools/security/grype/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "grype"; 11 - version = "0.52.0"; 11 + version = "0.53.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "anchore"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-RZBO8TpFwRwr1CkGSX06jtAtLiNVHhe+8AJsHwNyPMY="; 17 + sha256 = "sha256-um+uyY8kPkouF/9Kms0xZYhgYeZC/pE6w+JCVcKWdpI="; 18 18 # populate values that require us to use git. By doing this in postFetch we 19 19 # can delete .git afterwards and maintain better reproducibility of the src. 20 20 leaveDotGit = true; ··· 27 27 ''; 28 28 }; 29 29 proxyVendor = true; 30 - vendorSha256 = "sha256-tRux9M9vFPj3TqhsF1zSV4V1YKnLVViuQjum9YFr5FU="; 30 + vendorSha256 = "sha256-BP5Tvv5s74uxjVcEC0QPaw2tGPmkOjZmyCrPwwoz7o4="; 31 31 32 32 nativeBuildInputs = [ 33 33 installShellFiles