From a868719459697c7cb75f265e1d2e1804561e9509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 4 Jun 2026 17:22:48 +0000 Subject: [PATCH] chore(nix): fix hash for updated go dependencies Former-commit-id: 88c1c2e0b50ef411080dbba6aef7de8640ab2adc --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index daf8e0e..f94746c 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ inherit version; src = pkgs.nix-gitignore.gitignoreSource [ ] ./.; - vendorHash = "sha256-tTj1ffyZDLLVbcYajGj3uCpAESpW4hCk9vEB0K/g4Ic="; + vendorHash = "sha256-DJ3sEKzMUQB5qMXGfiAfVz1w4NQnMHf6S321nnKe43Y="; nativeInstallCheckInputs = [ pkgs.versionCheckHook ];