Skip to content

Commit

Permalink
templ: 0.2.513 -> 0.2.543
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 26, 2024
1 parent 5af80ac commit 2e76283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/templ/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

buildGoModule rec {
pname = "templ";
version = "0.2.513";
version = "0.2.543";

subPackages = [ "cmd/templ" ];

Expand All @@ -21,10 +21,10 @@ buildGoModule rec {
owner = "a-h";
repo = "templ";
rev = "refs/tags/v${version}";
hash = "sha256-LWvwtAX1KBK33FIyY6alkG0RBXL6Ce4fR0cklQfwaRk=";
hash = "sha256-A99GBzxmrAhjPzo5qj6V3YWkQJavs9j9beMtNYqGnqo=";
};

vendorHash = "sha256-buJArvaaKGRg3yS7BdcVY0ydyi4zah57ABeo+CHkZQU=";
vendorHash = "sha256-4tHofTnSNI/MBmrGdGsLNoXjxUC0+Gwp3PzzUwfUkQU=";

meta = with lib; {
description = "A language for writing HTML user interfaces in Go";
Expand Down

0 comments on commit 2e76283

Please sign in to comment.