summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2022-03-16 18:35:53 +0000
committer06kellyjac <dev@j-k.io>2022-03-16 18:35:53 +0000
commiteb9c59662a7c29dc93c9eeabffe1296561d87027 (patch)
tree2697b7df48b5605ab13a4a2423caa788fbfb49ba /pkgs/tools/security
parentae772b075c63434fdeb3abd3f7187a5604a66987 (diff)
downloadnixpkgs-eb9c59662a7c29dc93c9eeabffe1296561d87027.tar
nixpkgs-eb9c59662a7c29dc93c9eeabffe1296561d87027.tar.gz
nixpkgs-eb9c59662a7c29dc93c9eeabffe1296561d87027.tar.bz2
nixpkgs-eb9c59662a7c29dc93c9eeabffe1296561d87027.tar.lz
nixpkgs-eb9c59662a7c29dc93c9eeabffe1296561d87027.tar.xz
nixpkgs-eb9c59662a7c29dc93c9eeabffe1296561d87027.tar.zst
nixpkgs-eb9c59662a7c29dc93c9eeabffe1296561d87027.zip
grype: 0.34.1 -> 0.34.2
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 377bed93054..a6ed2168670 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.34.1";
+  version = "0.34.2";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Xr3ws6qmfL25Kml7Klw095N9MNrm6a8lBtOWiucnzXE=";
+    sha256 = "sha256-tMkMGM45/LcFllEgQ3UTl6FsLJmdsU8SLcLH/8+zMA4=";
     # 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-fuOAfLESs/97aQUkIy6DkmYFyvKKCHazgt1WnE8GeH8=";
+  vendorSha256 = "sha256-WrUZFlN7dPbyN9InjX/Y9J+iYKu5v2/SHmRgDP5BJi8=";
 
   nativeBuildInputs = [
     installShellFiles