static-server: unpin go
This commit is contained in:
parent
c175894f91
commit
be71ae176e
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ lib
|
||||
, buildGo121Module
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
, curl
|
||||
, stdenv
|
||||
|
@ -8,7 +8,7 @@
|
|||
, substituteAll
|
||||
}:
|
||||
|
||||
buildGo121Module rec {
|
||||
buildGoModule rec {
|
||||
pname = "static-server";
|
||||
version = "1.2.1";
|
||||
|
||||
|
|
Loading…
Reference in a new issue