chore(nix): fix hash for updated go dependencies

This commit is contained in:
dependabot[bot]
2026-05-11 14:37:02 +00:00
parent 68f47a7607
commit 85d9938b0a

View File

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