From eee3fcfecfc60ec473103d12f3492f4eb90035a2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 25 May 2023 00:33:58 +0200 Subject: [PATCH] grype: 0.62.0 -> 0.62.1 Diff: https://github.com/anchore/grype.git/compare/refs/tags/v0.62.0...v0.62.1 Changelog: https://github.com/anchore/grype/releases/tag/v0.62.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 8d2dbed3321..283a6ab9089 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.62.0"; + version = "0.62.1"; src = fetchFromGitHub { owner = "anchore"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-FbNB4gWdMzKJkCIQ91h2TFAsdYVYajIjyXhfjPnGoCE="; + hash = "sha256-DuM4hgM8jXFSoNQv8wI5Mkpzy37txNey1CSeMJH888s="; # 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-lnqsorDPcx0lvx4mxUMLiandC3nLc+nUkDbqcs0raDE="; + vendorHash = "sha256-GSVKeaAf4/6SWHdh+zRhFnzyJ4tv4yGGh0YfKTa0aLQ="; nativeBuildInputs = [ installShellFiles