From f3232fb9b38eeb8e255c29dcb7a77dad23f704e6 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Sat, 3 May 2025 08:45:03 +0200 Subject: [PATCH] flake: update go hash Signed-off-by: Kristoffer Dalby --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 70be5c88..9bec0295 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ # When updating go.mod or go.sum, a new sha will need to be calculated, # update this if you have a mismatch after doing a change to those files. - vendorHash = "sha256-CoxqEAxGdefyiIhz84LXXxPrZ1JWsX8Ernv1USr9JTs="; + vendorHash = "sha256-zU7sHUoZ/tV0TwZQmWPOqd19H32yHSTs3p3nndw7qrM="; subPackages = ["cmd/headscale"];