From e0a23eb210e60bd85e487a04a51080de38d8b5a3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 23 May 2023 11:43:48 +0200 Subject: [PATCH] grype: 0.61.1 -> 0.62.0 Diff: https://github.com/anchore/grype.git/compare/refs/tags/v0.61.1...v0.62.0 Changelog: https://github.com/anchore/grype/releases/tag/v0.62.0 --- pkgs/tools/security/grype/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/grype/default.nix b/pkgs/tools/security/grype/default.nix index d73cc17676dc..8d2dbed33210 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.61.1"; + version = "0.62.0"; src = fetchFromGitHub { owner = "anchore"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-ey0g7iog7PHxqgVaJROA2Myi4hGRe14RuA8tBTSc7Ok="; + hash = "sha256-FbNB4gWdMzKJkCIQ91h2TFAsdYVYajIjyXhfjPnGoCE="; # 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-NMKdMW/DRod/C5nL8GZR0pKTRzF58dARoWQD1o+i3Y4="; + vendorHash = "sha256-lnqsorDPcx0lvx4mxUMLiandC3nLc+nUkDbqcs0raDE="; nativeBuildInputs = [ installShellFiles