chore(nix): fix hash for updated go dependencies

This commit is contained in:
dependabot[bot]
2026-05-04 11:50:19 +00:00
committed by Owen Schwartz
parent 3aaebe64fb
commit ced87b1d5e

View File

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