chore(nix): fix hash for updated go dependencies

This commit is contained in:
dependabot[bot]
2026-03-01 21:07:12 +00:00
parent c5ae4a8f11
commit 9b8bc7b66e

View File

@@ -35,7 +35,7 @@
inherit version;
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
vendorHash = "sha256-Sib6AUCpMgxlMpTc2Esvs+UU0yduVOxWUgT44FHAI+k=";
vendorHash = "sha256-gvHlSQqflytC2ld83UO5jrIEhg+Z/no6d+5r3xRzAec=";
nativeInstallCheckInputs = [ pkgs.versionCheckHook ];