From c0abd17b2cee2a2019c0879b04adceb3c82a88f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 25 Aug 2026 09:47:00 +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..8de1458 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-wZc0fArPkN3X0t2G4mST4my45zzGkatSC45fK3WXEPo="; nativeInstallCheckInputs = [ pkgs.versionCheckHook ];