summary refs log tree commit diff
path: root/pkgs/tools/security/grype
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-04-22 10:54:24 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-04-22 10:54:24 +0000
commitb846287ad908119fa5d3d094d2ae3e4a36e5a99e (patch)
tree8ef9fc0d0b3f7066e756d1e89651e82eca0d23c7 /pkgs/tools/security/grype
parentca79e14afe9b5d4c5e32c6fcc3f0c43a388971b8 (diff)
downloadnixpkgs-b846287ad908119fa5d3d094d2ae3e4a36e5a99e.tar
nixpkgs-b846287ad908119fa5d3d094d2ae3e4a36e5a99e.tar.gz
nixpkgs-b846287ad908119fa5d3d094d2ae3e4a36e5a99e.tar.bz2
nixpkgs-b846287ad908119fa5d3d094d2ae3e4a36e5a99e.tar.lz
nixpkgs-b846287ad908119fa5d3d094d2ae3e4a36e5a99e.tar.xz
nixpkgs-b846287ad908119fa5d3d094d2ae3e4a36e5a99e.tar.zst
nixpkgs-b846287ad908119fa5d3d094d2ae3e4a36e5a99e.zip
grype: 0.9.0 -> 0.10.2
Diffstat (limited to 'pkgs/tools/security/grype')
-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 13bbdbb99d4..5db1f1d20e7 100644
--- a/pkgs/tools/security/grype/default.nix
+++ b/pkgs/tools/security/grype/default.nix
@@ -6,16 +6,16 @@
 
 buildGoModule rec {
   pname = "grype";
-  version = "0.9.0";
+  version = "0.10.2";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-X67TEHKmKKuTFGo55ZVkYVNw4f/d8aU2b/FQsq1OIJg=";
+    sha256 = "sha256-kKzrV2TTO8NmB3x27ZStMZpSIRGwm5Ev+cPGwT50FEU=";
   };
 
-  vendorSha256 = "sha256-SGO8RKSOK0PHqSIJfTdcuAmqMtFuo9MBdiEylDUpOFo=";
+  vendorSha256 = "sha256-PC2n6+gPDxpG8RTAmCfK4P40yfxqlleYI6Ex4FtPjk4=";
 
   propagatedBuildInputs = [ docker ];