Merge pull request #165242 from 06kellyjac/grype

grype: 0.34.3 -> 0.34.4
This commit is contained in:
Fabian Affolter
2022-03-22 11:59:03 +01:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
+3 -3
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
+3 -1
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 { };