about summary refs log tree commit diff
path: root/pkgs/tools/security/grype
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-02-17 21:01:26 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-02-17 21:01:26 +0100
commitffc11107d9c77fc37d8324806c9ebbc4b706f411 (patch)
tree3fb00794ed8e2f350ea7d59622e1260ad9a6f813 /pkgs/tools/security/grype
parent9d344df50a6130917791e851ecb75ba5c6a5112d (diff)
grype: 0.56.0 -> 0.57.1
Diff: https://github.com/anchore/grype.git/compare/v0.56.0...v0.57.1

Changelog: https://github.com/anchore/grype/releases/tag/v0.57.1
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 9b3a9a44d9cf6..f73710c1d19b7 100644
--- a/pkgs/tools/security/grype/default.nix
+++ b/pkgs/tools/security/grype/default.nix
@@ -8,13 +8,13 @@
 
 buildGoModule rec {
   pname = "grype";
-  version = "0.56.0";
+  version = "0.57.1";
 
   src = fetchFromGitHub {
     owner = "anchore";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-xNv4pI6iT6lNmjeUIW8ObPFJw9H1SiVTg9fRx6Osiwc=";
+    hash = "sha256-NACasOoCABoHmb4U5LvQ8EPO7G10A7uQtX4th/WJqrw=";
     # 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-Sez5jNFdL11cHBBPcY0b8qUiupmjPo9MHwUUi7FaNiA=";
+  vendorHash = "sha256-DLY0tcacGFcP17IqUVvpVkUjd2xQMO5JZxltmL4b+Wo=";
 
   nativeBuildInputs = [
     installShellFiles