From 12a757dbc31b61d0cf5a37bd6c2eef4f191165fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 23 Feb 2026 10:40:18 +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 bfc4dc9..44e3a26 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ inherit version; src = pkgs.nix-gitignore.gitignoreSource [ ] ./.; - vendorHash = "sha256-Sib6AUCpMgxlMpTc2Esvs+UU0yduVOxWUgT44FHAI+k="; + vendorHash = "sha256-KwOv3sCs+R1NsvKDlca4kN07gL6tWoUv5aC4MeC+Cxo="; nativeInstallCheckInputs = [ pkgs.versionCheckHook ];