chore(nix): fix hash for updated go dependencies

This commit is contained in:
dependabot[bot]
2026-09-09 13:38:21 +00:00
parent 1ac4f50faf
commit 980c941962
+1 -1
View File
@@ -35,7 +35,7 @@
inherit version;
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
vendorHash = "sha256-VEp+eg7HemCiCZnXc3Wdob5LsYuf1ZIcPWmCaFtdLZg=";
vendorHash = "sha256-EzrIli97fv1L06v3lZZuEHA9ZJc37basg7q9UhSlCFE=";
nativeInstallCheckInputs = [ pkgs.versionCheckHook ];