Skip to content

Commit

Permalink
grype: 0.36.0 -> 0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed May 4, 2022
1 parent 538bcfe commit e310b2c
Showing 1 changed file with 3 additions and 3 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.36.0";
version = "0.36.1";

src = fetchFromGitHub {
owner = "anchore";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8bU7vuTbPoHGCoXiCc4p0rPzCSsYuXM3A2NAgIaHuIw=";
sha256 = "sha256-BJSjJrDXZHB4MY4RZCmuC5Gn9YJiCQwyOFrXiGX1h18=";
# 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-Dn3lDdwUK+C7pQwN3uq7p4WkyG5tXTPd18rQGpwqcPI=";
vendorSha256 = "sha256-aIFom4hGx7HTobCh9YRyqyf9gUpJIaxAstUUkHjSFnA=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit e310b2c

Please sign in to comment.