Merge pull request #193628 from r-ryantm/auto-update/trivy

trivy: 0.32.0 -> 0.32.1

authored by Fabian Affolter and committed by GitHub cea9409c 79150792

+3 -3
+3 -3
pkgs/tools/admin/trivy/default.nix
··· 5 6 buildGoModule rec { 7 pname = "trivy"; 8 - version = "0.32.0"; 9 10 src = fetchFromGitHub { 11 owner = "aquasecurity"; 12 repo = pname; 13 rev = "v${version}"; 14 - sha256 = "sha256-o4wmHPdNKFcgLPFYLluLLP9ReXt2vL1LHmUmhNl/5cE="; 15 }; 16 # hash missmatch on across linux and darwin 17 proxyVendor = true; 18 - vendorSha256 = "sha256-QIJZwu+b8xkp3z7A+QESa3VdwEEtsWIDG2gdcCiFPh0="; 19 20 excludedPackages = "misc"; 21
··· 5 6 buildGoModule rec { 7 pname = "trivy"; 8 + version = "0.32.1"; 9 10 src = fetchFromGitHub { 11 owner = "aquasecurity"; 12 repo = pname; 13 rev = "v${version}"; 14 + sha256 = "sha256-PF3YYiQkvp85Rrcs0Lg/xshFVInKK52jxaoxDzH8Cps="; 15 }; 16 # hash missmatch on across linux and darwin 17 proxyVendor = true; 18 + vendorSha256 = "sha256-iXc70QOZZjnFuvRDm9e1uWqjkJNqV/1uAu1EdZNjL70="; 19 20 excludedPackages = "misc"; 21