templ: 0.2.501 -> 0.2.513
This commit is contained in:
parent
b760bfbde3
commit
c51ca39fa8
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "templ";
|
||||
version = "0.2.501";
|
||||
version = "0.2.513";
|
||||
|
||||
subPackages = [ "cmd/templ" ];
|
||||
|
||||
|
@ -21,7 +21,7 @@ buildGoModule rec {
|
|||
owner = "a-h";
|
||||
repo = "templ";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-MkSGQZo2Zv6aCVANh2ETXoCXETkp+xk8jWAW4Wj+y2s=";
|
||||
hash = "sha256-LWvwtAX1KBK33FIyY6alkG0RBXL6Ce4fR0cklQfwaRk=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-buJArvaaKGRg3yS7BdcVY0ydyi4zah57ABeo+CHkZQU=";
|
||||
|
|
Loading…
Reference in a new issue