From 980c94196252b00b0545e7af8d6fdc8e0a242dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 9 Sep 2026 13:38:21 +0000 Subject: [PATCH] chore(nix): fix hash for updated go dependencies --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4a27a7f..63eb447 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ inherit version; src = pkgs.nix-gitignore.gitignoreSource [ ] ./.; - vendorHash = "sha256-VEp+eg7HemCiCZnXc3Wdob5LsYuf1ZIcPWmCaFtdLZg="; + vendorHash = "sha256-EzrIli97fv1L06v3lZZuEHA9ZJc37basg7q9UhSlCFE="; nativeInstallCheckInputs = [ pkgs.versionCheckHook ];