Skip to content

Commit

Permalink
Merge pull request #111108 from r-ryantm/auto-update/grype
Browse files Browse the repository at this point in the history
grype: 0.6.1 -> 0.7.0
  • Loading branch information
marsam committed Jan 29, 2021
2 parents f530f96 + 81310b1 commit 0d79e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/grype/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "grype";
version = "0.6.1";
version = "0.7.0";

src = fetchFromGitHub {
owner = "anchore";
repo = pname;
rev = "v${version}";
sha256 = "0schq11vckvdj538mnkdzhxl452nrssqrfapab9qc44yxdi1wf8k";
sha256 = "sha256-co00Ye/QVNSG4h67m56+37JLilBVzHxUwMs1vS3wYX4=";
};

vendorSha256 = "0lna7zhsj3wnw83nv0dp93aj869pplb51gqzrkka7vnqp0rjcw50";
vendorSha256 = "sha256-q7n8WLw/A2wr3z5h7zaFERY7lO5UIsmTD2mrcH/vpNs=";

propagatedBuildInputs = [ docker ];

Expand Down

0 comments on commit 0d79e0e

Please sign in to comment.