trivy: switch to go 1.19

This commit is contained in:
zowoq 2022-10-09 12:04:33 +10:00
parent a03716e547
commit 7a4a8baee5
2 changed files with 4 additions and 2 deletions

View file

@ -15,7 +15,7 @@ buildGoModule rec {
};
# hash missmatch on across linux and darwin
proxyVendor = true;
vendorSha256 = "sha256-iXc70QOZZjnFuvRDm9e1uWqjkJNqV/1uAu1EdZNjL70=";
vendorSha256 = "sha256-h9GydAVW2mIFNMlz9aEW6hUioD9noQwnueatkoQDkpY=";
excludedPackages = "misc";

View file

@ -6088,7 +6088,9 @@ with pkgs;
tridactyl-native = callPackage ../tools/networking/tridactyl-native { };
trivy = callPackage ../tools/admin/trivy { };
trivy = callPackage ../tools/admin/trivy {
buildGoModule = buildGo119Module;
};
trompeloeil = callPackage ../development/libraries/trompeloeil { };