From 8edb05e567b856bfe7617b55666e71f45641afb7 Mon Sep 17 00:00:00 2001 From: Colin <486199+c00w@users.noreply.github.com> Date: Sat, 29 Jan 2022 03:54:13 -0500 Subject: [PATCH] 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). --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index e23afe51ebe9..e49780afcdb6 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 { };