about summary refs log tree commit diff
path: root/pkgs/tools/security/grype
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2022-03-22 09:17:55 +0000
committer06kellyjac <dev@j-k.io>2022-03-22 09:17:55 +0000
commit28d840de0e505231122f0a72854a73a45360bde3 (patch)
treeedc5205763f10eee4188d05ec049de754904d8a8 /pkgs/tools/security/grype
parent5dbd4b2b27e24eaed6a79603875493b15b999d4b (diff)
grype: 0.34.3 -> 0.34.4
Diffstat (limited to 'pkgs/tools/security/grype')
-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 1b80d7ecd8837..e97a1b6fb13b6 100644
--- a/pkgs/tools/security/grype/default.nix
+++ b/pkgs/tools/security/grype/default.nix
@@ -6,13 +6,13 @@
 
 buildGoModule rec {
   pname = "grype";
-  version = "0.34.3";
+  version = "0.34.4";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-iWmLfQ08+dhjvKQiK2iy2Tegk4jH9dGopu/6kdDRZd0=";
+    sha256 = "sha256-t5N9C69u8bTXXobptmxA+yuQ88Hko8Hhhp+nyC/tMFc=";
     # 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;
@@ -25,7 +25,7 @@ buildGoModule rec {
     '';
   };
 
-  vendorSha256 = "sha256-WrUZFlN7dPbyN9InjX/Y9J+iYKu5v2/SHmRgDP5BJi8=";
+  vendorSha256 = "sha256-u11SKoybGobfxsjLq9mYFzZWw01Dms5RyKxmZA47XqI=";
 
   nativeBuildInputs = [
     installShellFiles