chore(nix): fix hash for updated go dependencies

Former-commit-id: 74183952fb
This commit is contained in:
dependabot[bot]
2026-04-06 10:12:08 +00:00
parent cc4f34b48e
commit ec96bdbf1d

View File

@@ -35,7 +35,7 @@
inherit version;
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
vendorHash = "sha256-YIcuj1S+ZWAzXZOMZbppTvsDcW1W1Sy8ynfMkzLMQpM=";
vendorHash = "sha256-JJNPd9uNQckz7LqpF7AsrBl2Xj8D8V9ixTUrbYg8M14=";
nativeInstallCheckInputs = [ pkgs.versionCheckHook ];