summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-05-04 13:28:13 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-05-04 13:28:13 +0200
commite310b2cd84ad1bd84b8a1e7ac47a3569142cad87 (patch)
tree40edf44fbd4ee11d8b94a319e7d1f73ac0579678 /pkgs
parent538bcfe88034019ab8b60c87624bda13e3bdf598 (diff)
downloadnixpkgs-e310b2cd84ad1bd84b8a1e7ac47a3569142cad87.tar
nixpkgs-e310b2cd84ad1bd84b8a1e7ac47a3569142cad87.tar.gz
nixpkgs-e310b2cd84ad1bd84b8a1e7ac47a3569142cad87.tar.bz2
nixpkgs-e310b2cd84ad1bd84b8a1e7ac47a3569142cad87.tar.lz
nixpkgs-e310b2cd84ad1bd84b8a1e7ac47a3569142cad87.tar.xz
nixpkgs-e310b2cd84ad1bd84b8a1e7ac47a3569142cad87.tar.zst
nixpkgs-e310b2cd84ad1bd84b8a1e7ac47a3569142cad87.zip
grype: 0.36.0 -> 0.36.1
Diffstat (limited to 'pkgs')
-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 0b67babddef..596eb7f6e50 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.36.0";
+  version = "0.36.1";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-8bU7vuTbPoHGCoXiCc4p0rPzCSsYuXM3A2NAgIaHuIw=";
+    sha256 = "sha256-BJSjJrDXZHB4MY4RZCmuC5Gn9YJiCQwyOFrXiGX1h18=";
     # 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;
@@ -25,7 +25,7 @@ buildGoModule rec {
     '';
   };
 
-  vendorSha256 = "sha256-Dn3lDdwUK+C7pQwN3uq7p4WkyG5tXTPd18rQGpwqcPI=";
+  vendorSha256 = "sha256-aIFom4hGx7HTobCh9YRyqyf9gUpJIaxAstUUkHjSFnA=";
 
   nativeBuildInputs = [
     installShellFiles