grype: 0.33.0 -> 0.33.1

main
R. Ryantm 2 years ago
parent d4de0d5628
commit 60840fc63f
  1. 6
      pkgs/tools/security/grype/default.nix

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "grype";
version = "0.33.0";
version = "0.33.1";
src = fetchFromGitHub {
owner = "anchore";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RXEeJZeC6hA6DetZnUNWFtNZEy4HJpxviL8pySBLfts=";
sha256 = "sha256-5QjyGIpxnrwTnEmi0D16vPKodg3+SKiINFONwU2OzC0=";
# 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;
@ -27,7 +27,7 @@ buildGoModule rec {
'';
};
vendorSha256 = "sha256-2T2fw1nOycP1LxUuMSmz1ke2bg4yox/tIAveXCNJG9Y=";
vendorSha256 = "sha256-CPMfQv9oiLbIMkZe/t482LzssoNTcNVJdr2o2wJecSA=";
nativeBuildInputs = [
installShellFiles

Loading…
Cancel
Save