about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-11-04 09:53:09 +0100
committerGitHub <noreply@github.com>2022-11-04 09:53:09 +0100
commit46585a301c7f9ce2c7f0d211957b19c9a9256a5a (patch)
tree60fccf17eaa21716dbe726b9d1d5ae2df0510b7c /pkgs
parent567d7316a2c4ea59bc0575133617b59ec82fd133 (diff)
parent8f4eab5fdbf6bdb001f6d1a3b209346d94270df7 (diff)
Merge pull request #199475 from r-ryantm/auto-update/grype
grype: 0.51.0 -> 0.52.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/grype/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/grype/default.nix b/pkgs/tools/security/grype/default.nix
index 12b21d28034a3..f4624b87e80ab 100644
--- a/pkgs/tools/security/grype/default.nix
+++ b/pkgs/tools/security/grype/default.nix
@@ -8,13 +8,13 @@
 
 buildGoModule rec {
   pname = "grype";
-  version = "0.51.0";
+  version = "0.52.0";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-WTDUkC+TFVkT/D36hDusqxwidy6O+iMInBpTumdCaw4=";
+    sha256 = "sha256-RZBO8TpFwRwr1CkGSX06jtAtLiNVHhe+8AJsHwNyPMY=";
     # 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;
@@ -26,7 +26,7 @@ buildGoModule rec {
       find "$out" -name .git -print0 | xargs -0 rm -rf
     '';
   };
-  vendorSha256 = "sha256-bpWUo6YA0TkIyDg27mv88X1fh+1Wal362Sqi7loo/Zs=";
+  vendorSha256 = "sha256-K6MJp07JEit/6AHqLtnzXIaVCi7W6jfX41M96VwnS5A=";
 
   nativeBuildInputs = [
     installShellFiles