Skip to content

Commit b4c6831

Browse files
authoredMar 23, 2025
templ: 0.3.833 -> 0.3.850 (#392092)
2 parents cf95c2e + f275c7c commit b4c6831

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/by-name/te/templ/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "templ";
9-
version = "0.3.833";
9+
version = "0.3.850";
1010

1111
src = fetchFromGitHub {
1212
owner = "a-h";
1313
repo = "templ";
1414
rev = "v${version}";
15-
hash = "sha256-4K1MpsM3OuamXRYOllDsxxgpMRseFGviC4RJzNA7Cu8=";
15+
hash = "sha256-kH7nVXL6pINqOBPK5E5j9scw38lvnhyiQqMOe0MwUy8=";
1616
};
1717

18-
vendorHash = "sha256-OPADot7Lkn9IBjFCfbrqs3es3F6QnWNjSOHxONjG4MM=";
18+
vendorHash = "sha256-JVOsjBn1LV8p6HHelfAO1Qcqi/tPg1S3xBffo+0aplE=";
1919

2020
subPackages = [ "cmd/templ" ];
2121

0 commit comments

Comments
 (0)
Failed to load comments.