chore(nix): fix hash for updated go dependencies

This commit is contained in:
dependabot[bot]
2026-07-25 05:46:44 +00:00
parent b336ba5fea
commit 6af5ddcbce

View File

@@ -35,7 +35,7 @@
inherit version;
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
vendorHash = "sha256-JhNBJhj5YX3Wurv7r/JDu6YtHizOMLk+NCob7ISx+3c=";
vendorHash = "sha256-VEp+eg7HemCiCZnXc3Wdob5LsYuf1ZIcPWmCaFtdLZg=";
nativeInstallCheckInputs = [ pkgs.versionCheckHook ];