summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-02-28 10:28:49 +0100
committerGitHub <noreply@github.com>2022-02-28 10:28:49 +0100
commit20d2bddb1653943a6439c4507fc797d08d5c12fc (patch)
tree3f897fd841336ebb35e03e7130a8f22ba2304ce2 /pkgs/tools
parentd32ba3f4b0c88533e745649d73b4b28039885dc2 (diff)
parent60840fc63f3bafa5605c9e5138c2997dfb32d937 (diff)
downloadnixpkgs-20d2bddb1653943a6439c4507fc797d08d5c12fc.tar
nixpkgs-20d2bddb1653943a6439c4507fc797d08d5c12fc.tar.gz
nixpkgs-20d2bddb1653943a6439c4507fc797d08d5c12fc.tar.bz2
nixpkgs-20d2bddb1653943a6439c4507fc797d08d5c12fc.tar.lz
nixpkgs-20d2bddb1653943a6439c4507fc797d08d5c12fc.tar.xz
nixpkgs-20d2bddb1653943a6439c4507fc797d08d5c12fc.tar.zst
nixpkgs-20d2bddb1653943a6439c4507fc797d08d5c12fc.zip
Merge pull request #162169 from r-ryantm/auto-update/grype
grype: 0.33.0 -> 0.33.1
Diffstat (limited to 'pkgs/tools')
-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 30206fab0eb..cc35a24151a 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.0";
+  version = "0.33.1";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-RXEeJZeC6hA6DetZnUNWFtNZEy4HJpxviL8pySBLfts=";
+    sha256 = "sha256-5QjyGIpxnrwTnEmi0D16vPKodg3+SKiINFONwU2OzC0=";
     # 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-2T2fw1nOycP1LxUuMSmz1ke2bg4yox/tIAveXCNJG9Y=";
+  vendorSha256 = "sha256-CPMfQv9oiLbIMkZe/t482LzssoNTcNVJdr2o2wJecSA=";
 
   nativeBuildInputs = [
     installShellFiles