1
0
Fork 0

fix: go118

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-07-05 13:51:52 -05:00
parent fcaba5a3e9
commit fe084a0933
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ buildGoModule, fetchFromGitea, lib, ... }:
buildGoModule rec {
{ buildGo118Module, fetchFromGitea, lib, ... }:
buildGo118Module rec {
pname = "tmpl";
version = "0.3.1";