grype: 0.36.1 -> 0.37.0

main
Fabian Affolter 2 years ago
parent a90ecf7856
commit b839d2da79
  1. 6
      pkgs/tools/security/grype/default.nix

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "grype";
version = "0.36.1";
version = "0.37.0";
src = fetchFromGitHub {
owner = "anchore";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BJSjJrDXZHB4MY4RZCmuC5Gn9YJiCQwyOFrXiGX1h18=";
sha256 = "sha256-LcJtEzwChafG269cGZV3iBSlkjQSGIxSMZNj/5HbXVw=";
# 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;
@ -25,7 +25,7 @@ buildGoModule rec {
'';
};
vendorSha256 = "sha256-aIFom4hGx7HTobCh9YRyqyf9gUpJIaxAstUUkHjSFnA=";
vendorSha256 = "sha256-7f/kHCWUYilhJeyB6UBJ6yJVFf4Ij6ZBwaeKTaQrZdY=";
nativeBuildInputs = [
installShellFiles

Loading…
Cancel
Save