···1+# Gomplate 3.x does not build with go > 1.20.
2+# Version 4 of gomplate (yet unreleased) should not have this issue.
3+#
4+# see https://github.com/hairyhenderson/gomplate/issues/1872
5+6{ lib
7+#, buildGoModule
8+, buildGo120Module
9, fetchFromGitHub
10}:
1112+# buildGoModule rec {
13+buildGo120Module rec {
14 pname = "gomplate";
15 version = "3.11.5";
16