Merge pull request #299700 from fabaff/trivy-bump

trivy: 0.50.0 -> 0.50.1
This commit is contained in:
Fabian Affolter 2024-03-28 12:16:08 +01:00 committed by GitHub
commit e222c64593
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -10,19 +10,19 @@
buildGoModule rec {
pname = "trivy";
version = "0.50.0";
version = "0.50.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-gRePoEfUqTWSalUaCROEsZcgxXOFGe0AukyoaDlKAsM=";
hash = "sha256-TcSWgEdk0hjckY5ZGm2/jg9C4yiTTtgQjZEihXBi+fA=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-i+FgfYdfhuS4utcHDWI1QofBysiU6tV9Y7b2SE0jnVA=";
vendorHash = "sha256-FkyGqZSEKWCI7tRmTBI+dmiqZPPPMUlqbCxs59N1syY=";
subPackages = [ "cmd/trivy" ];