chore(nix): fix hash for updated go dependencies

This commit is contained in:
dependabot[bot]
2026-04-01 11:09:55 +00:00
parent b8b3a312c5
commit 7002636fc4

View File

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