mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
trillian: switch to go_1_17
It looks like this originally was broken with go1.15, but 1.4.0 works with go1.17. I tested and there are no go module changes (which lines up with the go.mod version being 1.13 so nothing has changed in the deps).
This commit is contained in:
parent
e88ad86cfd
commit
8edb05e567
@ -20230,7 +20230,7 @@ with pkgs;
|
||||
triehash = callPackage ../tools/misc/triehash { };
|
||||
|
||||
trillian = callPackage ../tools/misc/trillian {
|
||||
buildGoModule = buildGo115Module;
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
twolame = callPackage ../development/libraries/twolame { };
|
||||
|
Loading…
Reference in New Issue
Block a user