templ: 0.3.960 -> 0.3.977 (#480784)

This commit is contained in:
Weijia Wang
2026-01-31 08:23:01 +00:00
committed by GitHub
+3
View File
@@ -2,6 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
nix-update-script,
}:
buildGoModule rec {
@@ -27,6 +28,8 @@ buildGoModule rec {
"-extldflags -static"
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Language for writing HTML user interfaces in Go";
homepage = "https://github.com/a-h/templ";