mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
gomplate: unpin go1.20
This commit is contained in:
parent
9681872885
commit
ef4cfeb30b
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user