From 6af5ddcbceaee4ab1637e67a9f52d3e9fda996c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 25 Jul 2026 05:46:44 +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 e6a7a7c..4a27a7f 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ inherit version; src = pkgs.nix-gitignore.gitignoreSource [ ] ./.; - vendorHash = "sha256-JhNBJhj5YX3Wurv7r/JDu6YtHizOMLk+NCob7ISx+3c="; + vendorHash = "sha256-VEp+eg7HemCiCZnXc3Wdob5LsYuf1ZIcPWmCaFtdLZg="; nativeInstallCheckInputs = [ pkgs.versionCheckHook ];