From 99a9a327c5c7ed36cd21c9ef63acd1a49efc3658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 9 Mar 2026 10:29:39 +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 6c071ad..8fed719 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ inherit version; src = pkgs.nix-gitignore.gitignoreSource [ ] ./.; - vendorHash = "sha256-kmQM8Yy5TuOiNpMpUme/2gfE+vrhUK+0AphN+p71wGs="; + vendorHash = "sha256-vy6Dqjek7pLdASbCrM9snq5Dt9lbwNJ0AuQboy1JWNQ="; nativeInstallCheckInputs = [ pkgs.versionCheckHook ];