summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-28 07:10:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-28 07:10:23 +0000
commit60840fc63f3bafa5605c9e5138c2997dfb32d937 (patch)
tree4b13441a3ab72548ea4e61fa2b31dad2466962fd
parentd4de0d56282716fcd54a077e80aaa41c567f83b4 (diff)
downloadnixpkgs-60840fc63f3bafa5605c9e5138c2997dfb32d937.tar
nixpkgs-60840fc63f3bafa5605c9e5138c2997dfb32d937.tar.gz
nixpkgs-60840fc63f3bafa5605c9e5138c2997dfb32d937.tar.bz2
nixpkgs-60840fc63f3bafa5605c9e5138c2997dfb32d937.tar.lz
nixpkgs-60840fc63f3bafa5605c9e5138c2997dfb32d937.tar.xz
nixpkgs-60840fc63f3bafa5605c9e5138c2997dfb32d937.tar.zst
nixpkgs-60840fc63f3bafa5605c9e5138c2997dfb32d937.zip
grype: 0.33.0 -> 0.33.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 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