templ: 0.2.476 -> 0.2.501

This commit is contained in:
R. Ryantm 2024-01-01 15:24:15 +00:00
parent 3d54a95d71
commit 309913ce73

View File

@ -5,7 +5,7 @@
buildGoModule rec {
pname = "templ";
version = "0.2.476";
version = "0.2.501";
subPackages = [ "cmd/templ" ];
@ -21,10 +21,10 @@ buildGoModule rec {
owner = "a-h";
repo = "templ";
rev = "refs/tags/v${version}";
hash = "sha256-lgeVfe+9kUxN4XXL7ANiFxtmupZwDaiRFABJIAclyd8=";
hash = "sha256-MkSGQZo2Zv6aCVANh2ETXoCXETkp+xk8jWAW4Wj+y2s=";
};
vendorHash = "sha256-hbXKWWwrlv0w3SxMgPtDBpluvrbjDRGiJ/9QnRKlwCE=";
vendorHash = "sha256-buJArvaaKGRg3yS7BdcVY0ydyi4zah57ABeo+CHkZQU=";
meta = with lib; {
description = "A language for writing HTML user interfaces in Go";