fix: update lockfile signatures and Nix hash

This commit is contained in:
github-actions[bot]
2026-04-22 23:34:38 +00:00
parent 8cc7e8951c
commit 9a35f35bab

View File

@@ -42,7 +42,7 @@ buildNpmPackage rec {
# To update: run `nix build` with lib.fakeHash, copy the `got:` hash.
# CI auto-updates this when package-lock.json changes (see .github/workflows/).
npmDepsHash = "sha256-20mGU+cFFjhyUr011d+hU0K+x/TvEXfK+HD6PQuOZ0M=";
npmDepsHash = "sha256-OF3YosIWd00SAKiDGXo3yXsWASTmRSJVF3a9g7uTpEk=";
# Prevent onnxruntime-node's install script from running during automatic
# npm rebuild (it tries to download from api.nuget.org, which fails in the sandbox).