Skip to content

Commit

Permalink
Merge pull request #165242 from 06kellyjac/grype
Browse files Browse the repository at this point in the history
grype: 0.34.3 -> 0.34.4
  • Loading branch information
fabaff committed Mar 22, 2022
2 parents 798d0fe + 28d840d commit 61546de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/grype/default.nix
Expand Up @@ -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;
Expand All @@ -25,7 +25,7 @@ buildGoModule rec {
'';
};

vendorSha256 = "sha256-WrUZFlN7dPbyN9InjX/Y9J+iYKu5v2/SHmRgDP5BJi8=";
vendorSha256 = "sha256-u11SKoybGobfxsjLq9mYFzZWw01Dms5RyKxmZA47XqI=";

nativeBuildInputs = [
installShellFiles
Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };

Expand Down

0 comments on commit 61546de

Please sign in to comment.