chore(nix): fix hash for updated go dependencies

This commit is contained in:
dependabot[bot]
2026-05-14 09:46:48 +00:00
parent f9703ddcd4
commit 6a506bd851

View File

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