Merge pull request #306011 from r-ryantm/auto-update/grype

grype: 0.76.0 -> 0.77.0
This commit is contained in:
Weijia Wang 2024-04-23 08:27:50 +02:00 committed by GitHub
commit e092ac31c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "grype";
version = "0.76.0";
version = "0.77.0";
src = fetchFromGitHub {
owner = "anchore";
repo = "grype";
rev = "refs/tags/v${version}";
hash = "sha256-FdxtJVLeH7UQBYjoOuimCoswvIkz/2sBJ4Kn5NGBDWY=";
hash = "sha256-EnAMAmoP8rbkOkdPPxkN14lOPVYPqVpmaekfXBboeyI=";
# 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;