From 8565703329c407e8832833b6a5ab610aa044ae6c Mon Sep 17 00:00:00 2001 From: Adrian Hesketh Date: Wed, 22 Jan 2025 16:06:38 +0000 Subject: [PATCH] chore: bump dependency hash --- .version | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 3ed8359e..5c215e53 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.3.826 \ No newline at end of file +0.3.828 \ No newline at end of file diff --git a/flake.nix b/flake.nix index 17959766..63f402a8 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ name = "templ"; subPackages = [ "cmd/templ" ]; src = gitignore.lib.gitignoreSource ./.; - vendorHash = "sha256-ipLn52MsgX7KQOJixYcwMR9TCeHz55kQQ7fgkIgnu7w="; + vendorHash = "sha256-PuxZZPrr4/ar6Pic60HPt1Wob5usCWfthhrzzp9iswQ="; CGO_ENABLED = 0; flags = [ "-trimpath"