Skip to content

Commit ff809df

Browse files
templ: 0.2.793 -> 0.3.819 (#370278)
2 parents f78716e + 81485e4 commit ff809df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "templ";
9-
version = "0.2.793";
9+
version = "0.3.819";
1010

1111
src = fetchFromGitHub {
1212
owner = "a-h";
1313
repo = "templ";
1414
rev = "v${version}";
15-
hash = "sha256-0KGht5IMbJV8KkXgT5qJxA9bcmWevzXXAVPMQTm0ccw=";
15+
hash = "sha256-kTP/DLnou3KETZRtvHdeiMmRW6xldgZBAn9O9p9s/MA=";
1616
};
1717

18-
vendorHash = "sha256-ZWY19f11+UI18jeHYIEZjdb9Ii74mD6w+dYRLPkdfBU=";
18+
vendorHash = "sha256-ipLn52MsgX7KQOJixYcwMR9TCeHz55kQQ7fgkIgnu7w=";
1919

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

0 commit comments

Comments
 (0)