about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2022-09-06 14:59:58 +0100
committer06kellyjac <dev@j-k.io>2022-09-06 14:59:58 +0100
commit0971158732b6dac88406a9209bd73efbb3534333 (patch)
tree417ced933be76059722e97c2b494163a0b0723e4 /pkgs/tools
parent28fbee01ae8672a93c8ae36a4e05ad0803c91bd8 (diff)
grype: 0.42.0 -> 0.49.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 aa7b9158adead..182df4ceb967a 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.42.0";
+  version = "0.49.0";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-MShlKtrorqXRInQ01dEzVeLDRDua9PISkficF02PrBI=";
+    sha256 = "sha256-MShlKtrorqXRInQ01dEzVeLDRDua9PISkficF02PrBI=";
     # 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;