templ: 0.2.476 -> 0.2.501
This commit is contained in:
parent
3d54a95d71
commit
309913ce73
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue