summary refs log tree commit diff
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2022-01-11 16:43:10 +0000
committer06kellyjac <dev@j-k.io>2022-01-11 16:43:10 +0000
commit85887e827b81d3f2856205819664521e44ef79c3 (patch)
tree26d8339996705253d9837ac7c2eb8eb137051ecd
parent8d8dc2c7071fc87c2fd731db8fc1e23b3308ba0c (diff)
downloadnixpkgs-85887e827b81d3f2856205819664521e44ef79c3.tar
nixpkgs-85887e827b81d3f2856205819664521e44ef79c3.tar.gz
nixpkgs-85887e827b81d3f2856205819664521e44ef79c3.tar.bz2
nixpkgs-85887e827b81d3f2856205819664521e44ef79c3.tar.lz
nixpkgs-85887e827b81d3f2856205819664521e44ef79c3.tar.xz
nixpkgs-85887e827b81d3f2856205819664521e44ef79c3.tar.zst
nixpkgs-85887e827b81d3f2856205819664521e44ef79c3.zip
grype: 0.30.0 -> 0.31.1
-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 1d0cc1e956f..d0f085ba924 100644
--- a/pkgs/tools/security/grype/default.nix
+++ b/pkgs/tools/security/grype/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "grype";
-  version = "0.30.0";
+  version = "0.31.1";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-nUNjC1NNscqv+cirC/4/FlrbOomBXxnOoHvCVpBUOUs=";
+    sha256 = "sha256-3V8qBgRIogZNisUshhs9Va9cbZ5D2hBJwqXPvqSmEWw=";
   };
 
-  vendorSha256 = "sha256-XUj9Az/N/ZzCJF6a7EipPTntwlFYuVhg8JoS+GJES+w=";
+  vendorSha256 = "sha256-/Z0tRzd7v84h8TSfbT4EqwyHWpAb30VNr4EDrNlHyd4=";
 
   nativeBuildInputs = [ installShellFiles ];