chore(nix): fix hash for updated go dependencies

This commit is contained in:
dependabot[bot]
2026-03-03 09:46:50 +00:00
parent 1c22555bd4
commit 86a7d79092

View File

@@ -35,7 +35,7 @@
inherit version; inherit version;
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.; src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
vendorHash = "sha256-6DrmPT0KmDs42zRb98S9MXJIMcx+5RX9sRHqOEy2i68="; vendorHash = "sha256-kmQM8Yy5TuOiNpMpUme/2gfE+vrhUK+0AphN+p71wGs=";
nativeInstallCheckInputs = [ pkgs.versionCheckHook ]; nativeInstallCheckInputs = [ pkgs.versionCheckHook ];