From 85d9938b0ae6b95bca4ca2c5c14e1cbec73acaba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 11 May 2026 14:37:02 +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 78d0291..c848f1d 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ inherit version; src = pkgs.nix-gitignore.gitignoreSource [ ] ./.; - vendorHash = "sha256-WfIK+Q8WQ372NzLw6DRapv1nYPduShi4KnVJBPk0Oz0="; + vendorHash = "sha256-4AmGFzysoyKES9IpYDh1bpK7o3XTxAzpeTmW9YaJoVc="; nativeInstallCheckInputs = [ pkgs.versionCheckHook ];