chore(nix): fix hash for updated go dependencies

Former-commit-id: 88c1c2e0b5
This commit is contained in:
dependabot[bot]
2026-06-04 17:22:48 +00:00
parent b2c73a40df
commit a868719459

View File

@@ -35,7 +35,7 @@
inherit version;
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
vendorHash = "sha256-tTj1ffyZDLLVbcYajGj3uCpAESpW4hCk9vEB0K/g4Ic=";
vendorHash = "sha256-DJ3sEKzMUQB5qMXGfiAfVz1w4NQnMHf6S321nnKe43Y=";
nativeInstallCheckInputs = [ pkgs.versionCheckHook ];