mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-29 06:31:32 +00:00
fix(nix): auto-refresh npm lockfile hashes
Source: 56b79f12ac
Run: https://github.com/NousResearch/hermes-agent/actions/runs/26250404490
This commit is contained in:
parent
56b79f12ac
commit
0ce12a9241
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ let
|
|||
src = ../web;
|
||||
npmDeps = pkgs.fetchNpmDeps {
|
||||
inherit src;
|
||||
hash = "sha256-GxSmEpclOwmv94KmGMediPITxqXAsxqTEQOoDIbYkUw=";
|
||||
hash = "sha256-xSsyluzU2lNhwGqB6XMCGMv3QFHZizE6hgUyc1jvyOw=";
|
||||
};
|
||||
|
||||
npm = hermesNpmLib.mkNpmPassthru { folder = "web"; attr = "web"; pname = "hermes-web"; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue