summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-16 05:28:32 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-16 05:28:32 +0000
commitf13e1540a6cad26d2683fd2fea4561cc1edb0a11 (patch)
tree31a936e84f639f49aa67b63d9412c9138de7f6d5 /pkgs/tools/security
parent249cbfa29344696292407110ab216c94b28f6cbe (diff)
downloadnixpkgs-f13e1540a6cad26d2683fd2fea4561cc1edb0a11.tar
nixpkgs-f13e1540a6cad26d2683fd2fea4561cc1edb0a11.tar.gz
nixpkgs-f13e1540a6cad26d2683fd2fea4561cc1edb0a11.tar.bz2
nixpkgs-f13e1540a6cad26d2683fd2fea4561cc1edb0a11.tar.lz
nixpkgs-f13e1540a6cad26d2683fd2fea4561cc1edb0a11.tar.xz
nixpkgs-f13e1540a6cad26d2683fd2fea4561cc1edb0a11.tar.zst
nixpkgs-f13e1540a6cad26d2683fd2fea4561cc1edb0a11.zip
grype: 0.33.1 -> 0.34.1
Diffstat (limited to 'pkgs/tools/security')
-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 cc35a24151a..377bed93054 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.33.1";
+  version = "0.34.1";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-5QjyGIpxnrwTnEmi0D16vPKodg3+SKiINFONwU2OzC0=";
+    sha256 = "sha256-Xr3ws6qmfL25Kml7Klw095N9MNrm6a8lBtOWiucnzXE=";
     # 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;
@@ -27,7 +27,7 @@ buildGoModule rec {
     '';
   };
 
-  vendorSha256 = "sha256-CPMfQv9oiLbIMkZe/t482LzssoNTcNVJdr2o2wJecSA=";
+  vendorSha256 = "sha256-fuOAfLESs/97aQUkIy6DkmYFyvKKCHazgt1WnE8GeH8=";
 
   nativeBuildInputs = [
     installShellFiles