templ: 0.3.1001 -> 0.3.1020 (#529562)

This commit is contained in:
Gaétan Lepage
2026-06-19 20:16:54 +00:00
committed by GitHub
2 changed files with 4 additions and 9 deletions
+1 -6
View File
@@ -2,7 +2,6 @@
lib,
buildGoModule,
fetchFromGitHub,
templ,
versionCheckHook,
nix-update-script,
}:
@@ -20,17 +19,13 @@ buildGoModule (finalAttrs: {
vendorHash = "sha256-sE8XGlQg6FLDfgYdioa5i5Gv8LyQo16p0oIaiyMOzZ4=";
nativeBuildInputs = [
templ
];
excludedPackages = [
"internal/e2e"
"internal/integration"
];
preBuild = ''
templ generate
go tool templ generate
'';
ldflags = [
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule (finalAttrs: {
pname = "templ";
version = "0.3.1001";
version = "0.3.1020";
src = fetchFromGitHub {
owner = "a-h";
repo = "templ";
rev = "v${finalAttrs.version}";
hash = "sha256-146QxN+osvlzp8NTGm5TN2yvbu3cOodXfIVeIKsS+7I=";
hash = "sha256-wv7qKZfnavz8lxfaOaIJJySNsXsjke1ADJuv2kgQOHE=";
};
vendorHash = "sha256-pVZjZCXT/xhBCMyZdR7kEmB9jqhTwRISFp63bQf6w5A=";
vendorHash = "sha256-i4uDGZb3VZUvIyO2Tt53VR1Do/3OYtj6JccGoFnnlbs=";
subPackages = [ "cmd/templ" ];