static-server: unpin go

This commit is contained in:
Kirill Radzikhovskyy 2024-01-14 09:22:55 +09:00
parent c175894f91
commit be71ae176e

View File

@ -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";