templ: 0.2.543 -> 0.2.598

This commit is contained in:
R. Ryantm 2024-03-02 22:50:54 +00:00
parent 9c8cdfde17
commit c91795f2a9

View File

@ -5,7 +5,7 @@
buildGoModule rec {
pname = "templ";
version = "0.2.543";
version = "0.2.598";
subPackages = [ "cmd/templ" ];
@ -21,10 +21,10 @@ buildGoModule rec {
owner = "a-h";
repo = "templ";
rev = "refs/tags/v${version}";
hash = "sha256-A99GBzxmrAhjPzo5qj6V3YWkQJavs9j9beMtNYqGnqo=";
hash = "sha256-jMoAocMDq8U1JsYoH3PFzZbnjSAzhifLwNZoKY+ambA=";
};
vendorHash = "sha256-4tHofTnSNI/MBmrGdGsLNoXjxUC0+Gwp3PzzUwfUkQU=";
vendorHash = "sha256-Upd5Wq4ajsyOMDiAWS2g2iNO1sm1XJc43AFQLIo5eDM=";
meta = with lib; {
description = "A language for writing HTML user interfaces in Go";