From 123a27cdac274114a7e16767cefa5f6bc30e2a92 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 9 Jul 2023 11:59:01 +0200 Subject: trivy: 0.43.0 -> 0.43.1 Diff: https://github.com/aquasecurity/trivy/compare/v0.43.0...v0.43.1 Changelog: https://github.com/aquasecurity/trivy/releases/tag/v0.43.1 --- pkgs/tools/admin/trivy/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/admin/trivy/default.nix b/pkgs/tools/admin/trivy/default.nix index a3847d37daa..6fb0b2c05cc 100644 --- a/pkgs/tools/admin/trivy/default.nix +++ b/pkgs/tools/admin/trivy/default.nix @@ -5,17 +5,17 @@ buildGoModule rec { pname = "trivy"; - version = "0.43.0"; + version = "0.43.1"; src = fetchFromGitHub { owner = "aquasecurity"; repo = pname; rev = "v${version}"; - sha256 = "sha256-I1r164dkrgs7VYF+xSjWid9Sy2oJLVjiLqb9SimKsIo="; + sha256 = "sha256-fpCPYqAuppEffoSVf2c3xMB1MhTBhn6xhbxPZ03PdI0="; }; # hash missmatch on across linux and darwin proxyVendor = true; - vendorHash = "sha256-+3h95Ita0Kg1QFkstblaMerDa1MaTmwCmZQle5vhZbY="; + vendorHash = "sha256-9aHekHHnh9WOqelzNbwflg1/2VFl129WIXPWhdPnar4="; excludedPackages = [ "magefiles" "misc" ]; -- cgit 1.4.1