chore(nix): fix hash for updated go dependencies

This commit is contained in:
dependabot[bot]
2026-04-12 20:52:21 +00:00
parent a4459957ff
commit 132ca6cb28

View File

@@ -35,7 +35,7 @@
inherit version; inherit version;
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.; src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
vendorHash = "sha256-+zMSzNbqmWm/DXL2xMUd5uPP5tSIybsRokwJ2zd0pf0="; vendorHash = "sha256-MgIe80lUgMfpsducVzdgs/Z7tgsKV7lctImfIBfSLNY=";
nativeInstallCheckInputs = [ pkgs.versionCheckHook ]; nativeInstallCheckInputs = [ pkgs.versionCheckHook ];