about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-23 08:27:50 +0200
committerGitHub <noreply@github.com>2024-04-23 08:27:50 +0200
commite092ac31c20a2f8c74c6547da24d2a6c0cb84a5e (patch)
tree87b9b80fd0b167d67814390f2d6dab4991dd9603 /pkgs/tools
parent1bea807aff5a6093079761bfdaa6e6eb659f444f (diff)
parent6a28bf7572744f325ad4c8232851c76232652d93 (diff)
Merge pull request #306011 from r-ryantm/auto-update/grype
grype: 0.76.0 -> 0.77.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/grype/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/grype/default.nix b/pkgs/tools/security/grype/default.nix
index 927059a248fcf..7d9a7b4bc02b9 100644
--- a/pkgs/tools/security/grype/default.nix
+++ b/pkgs/tools/security/grype/default.nix
@@ -9,13 +9,13 @@
 
 buildGoModule rec {
   pname = "grype";
-  version = "0.76.0";
+  version = "0.77.0";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = "grype";
     rev = "refs/tags/v${version}";
-    hash = "sha256-FdxtJVLeH7UQBYjoOuimCoswvIkz/2sBJ4Kn5NGBDWY=";
+    hash = "sha256-EnAMAmoP8rbkOkdPPxkN14lOPVYPqVpmaekfXBboeyI=";
     # 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;