From 36a76579174389122338f191ce3a774e89626e09 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 22 Apr 2023 10:08:13 +0200 Subject: [PATCH] grype: 0.61.0 -> 0.61.1 Diff: https://github.com/anchore/grype.git/compare/refs/tags/v0.61.0...v0.61.1 Changelog: https://github.com/anchore/grype/releases/tag/v0.61.1 --- 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 097899555a4b..d73cc17676dc 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.0"; + version = "0.61.1"; src = fetchFromGitHub { owner = "anchore"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-PPCeEhV4+iSGDBUIN89wlEUEX20bkcX3B7LxU7JDZQc="; + hash = "sha256-ey0g7iog7PHxqgVaJROA2Myi4hGRe14RuA8tBTSc7Ok="; # 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-L77tzgcshTNAvg6fKkgN6zdDws76wWoJvygAdArscVI="; + vendorHash = "sha256-NMKdMW/DRod/C5nL8GZR0pKTRzF58dARoWQD1o+i3Y4="; nativeBuildInputs = [ installShellFiles