fix(nix): refresh dashboard lockfile hash

Update the web npm deps hash in nix/web.nix to match the committed apps/dashboard/package-lock.json so bb/gui passes the nix lockfile check.
This commit is contained in:
Brooklyn Nicholson 2026-05-11 22:41:30 -04:00
parent 96968c9932
commit 820d25c5bf

View file

@ -5,7 +5,7 @@ let
npmDeps = pkgs.fetchNpmDeps {
inherit src;
npmRoot = "dashboard";
hash = "sha256-HWB1piIPglTXbzQHXFYHLgVZIbDb60esupXSQGa1+lI=";
hash = "sha256-jJsVp3Dz+6/GaruxcUSby+G1vVB+nHHlu1tFWE9wQZQ=";
};
npm = hermesNpmLib.mkNpmPassthru { folder = "apps/dashboard"; attr = "web"; pname = "hermes-web"; };