chore(nix): fix hash for updated go dependencies

Former-commit-id: 8e188933a2
This commit is contained in:
dependabot[bot]
2026-03-09 10:29:45 +00:00
parent 30ee82af2a
commit cc7a19bace
+1 -1
View File
@@ -35,7 +35,7 @@
inherit version;
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
vendorHash = "sha256-kmQM8Yy5TuOiNpMpUme/2gfE+vrhUK+0AphN+p71wGs=";
vendorHash = "sha256-vy6Dqjek7pLdASbCrM9snq5Dt9lbwNJ0AuQboy1JWNQ=";
nativeInstallCheckInputs = [ pkgs.versionCheckHook ];