From ef4cfeb30b5fe92a27e2cdd6b1a7266f2a019aab Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Wed, 14 Feb 2024 22:51:19 +0800 Subject: [PATCH] gomplate: unpin go1.20 --- pkgs/development/tools/gomplate/default.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/pkgs/development/tools/gomplate/default.nix b/pkgs/development/tools/gomplate/default.nix index 28f9d8341fb4..d9268a40386b 100644 --- a/pkgs/development/tools/gomplate/default.nix +++ b/pkgs/development/tools/gomplate/default.nix @@ -1,16 +1,9 @@ -# Gomplate 3.x does not build with go > 1.20. -# Version 4 of gomplate (yet unreleased) should not have this issue. -# -# see https://github.com/hairyhenderson/gomplate/issues/1872 - { lib -#, buildGoModule -, buildGo120Module +, buildGoModule , fetchFromGitHub }: -# buildGoModule rec { -buildGo120Module rec { +buildGoModule rec { pname = "gomplate"; version = "3.11.7";