about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-08-01 14:38:12 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-08-01 14:38:12 +1000
commit5ea94a7d2c3ff7c0222b39519e17b451c0e2d739 (patch)
tree20db9efb2d1959b3ddc95ac31aff08ff10bc5074 /pkgs
parent96d403ee2479f2070050353b94808209f1352edb (diff)
grype: 0.64.2 -> 0.65.0
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 e301d1467f270..3b096f8869d03 100644
--- a/pkgs/tools/security/grype/default.nix
+++ b/pkgs/tools/security/grype/default.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "grype";
-  version = "0.64.2";
+  version = "0.65.0";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-jCGeSAG97RojLidxJK8yCN1ldStpG9b57rUR5JkQGuE=";
+    hash = "sha256-Dqjdl0fco3t8/jVt9/7pwXzoKapctU3T+ixkKTQ6sAE=";
     # 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;
@@ -28,7 +28,7 @@ buildGoModule rec {
 
   proxyVendor = true;
 
-  vendorHash = "sha256-X3AqiW8wHGBkl/xlh1pPiDfQkZ9lDRyv0FTxWy2hT8E=";
+  vendorHash = "sha256-VxsXhNOFj7Iwq7Sa2J8ADcfLt9Bz+D0RHwEGawveryU=";
 
   nativeBuildInputs = [
     installShellFiles