grype: 0.34.3 -> 0.34.4

This commit is contained in:
06kellyjac 2022-03-22 09:17:55 +00:00
parent 5dbd4b2b27
commit 28d840de0e
2 changed files with 6 additions and 4 deletions

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "grype";
version = "0.34.3";
version = "0.34.4";
src = fetchFromGitHub {
owner = "anchore";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iWmLfQ08+dhjvKQiK2iy2Tegk4jH9dGopu/6kdDRZd0=";
sha256 = "sha256-t5N9C69u8bTXXobptmxA+yuQ88Hko8Hhhp+nyC/tMFc=";
# 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-WrUZFlN7dPbyN9InjX/Y9J+iYKu5v2/SHmRgDP5BJi8=";
vendorSha256 = "sha256-u11SKoybGobfxsjLq9mYFzZWw01Dms5RyKxmZA47XqI=";
nativeBuildInputs = [
installShellFiles

View file

@ -6389,7 +6389,9 @@ with pkgs;
gssdp-tools = callPackage ../development/libraries/gssdp/tools.nix { };
grype = callPackage ../tools/security/grype { };
grype = callPackage ../tools/security/grype {
buildGoModule = buildGo118Module;
};
gt5 = callPackage ../tools/system/gt5 { };