summary refs log tree commit diff
path: root/pkgs/tools/security/grype
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-07-07 00:25:41 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-07-07 00:29:47 +0200
commit8bf3d0d2dd24056d2fd708bcb35d303b83e4c881 (patch)
tree448eeffc4a0f5044c0fc22219732de338f6be2b3 /pkgs/tools/security/grype
parent863f0278a4bdb2e8dc6597fad91faf43ccfd9e77 (diff)
grype: 0.40.11 -> 0.41.0
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 47aa65264ff4d..61d442c88cf7f 100644
--- a/pkgs/tools/security/grype/default.nix
+++ b/pkgs/tools/security/grype/default.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "grype";
-  version = "0.40.1";
+  version = "0.41.0";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-op0oNtHljAjEmWCjvWHk/jGf8De6IdX7Y0dfPl7dkN0=";
+    hash = "sha256-hEWs1o4Y3fm6dbkpClKxvR4qt5egE6Yt70V9sd3GK3I=";
     # 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 {
     '';
   };
 
-  vendorSha256 = "sha256-5huViLIs6SZoO0cAIf2sI20qlQUsFi+Rv68PvfbVgBw=";
+  vendorSha256 = "sha256-BB7E6wb6A97AATxFHENLo+Q+oVYOnYRzC/15bfomgR4=";
 
   nativeBuildInputs = [
     installShellFiles