about summary refs log tree commit diff
path: root/pkgs/tools/security/grype
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-09-01 13:59:15 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-09-01 14:01:22 +1000
commit6d7c0fbdf81da238326f04bd76c911e27080afd7 (patch)
tree5941024036b15170728cc115d187b0e47d5fa315 /pkgs/tools/security/grype
parent9d33ec806554aa74a6415a9e1e3b5b78e0af26d1 (diff)
grype: 0.65.2 -> 0.66.0
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 b1668c1274aa7..1654a903add2e 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.65.2";
+  version = "0.66.0";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-ST+fJfkViQubCWVMY2BbOgE7tOpXjCX1ATLBmLmvMiY=";
+    hash = "sha256-oZSXUwWucSyd2JYx0TkYfxgP6NZjjA2bhTrlOJSNh8c=";
     # 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-HaqJ1Pc0A29D0HielGhP6uxkVccB8JyUrm0Q5nW8teU=";
+  vendorHash = "sha256-Ur68es1eXsIldXqZjBbtMoK2fjvTIZ+ae2cWaiNzfBg=";
 
   nativeBuildInputs = [
     installShellFiles