mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
trivy: switch to go 1.19
This commit is contained in:
parent
a03716e547
commit
7a4a8baee5
2 changed files with 4 additions and 2 deletions
|
@ -15,7 +15,7 @@ buildGoModule rec {
|
|||
};
|
||||
# hash missmatch on across linux and darwin
|
||||
proxyVendor = true;
|
||||
vendorSha256 = "sha256-iXc70QOZZjnFuvRDm9e1uWqjkJNqV/1uAu1EdZNjL70=";
|
||||
vendorSha256 = "sha256-h9GydAVW2mIFNMlz9aEW6hUioD9noQwnueatkoQDkpY=";
|
||||
|
||||
excludedPackages = "misc";
|
||||
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue