Skip to content

Commit 81400a5

Browse files
committed
chore: update npm hash
1 parent 2891655 commit 81400a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
pname = "ui";
4242
version = "0.0.0";
4343
src = ./ui;
44-
npmDepsHash = "";
44+
npmDepsHash = "sha256-5O6nRW3WW/yICJqHij7ROL1WJmZVTwVMRlvKQPrymSo=";
4545
installPhase = ''
4646
cp -pr --reflink=auto -- dist "$out/"
4747
'';
@@ -92,7 +92,7 @@
9292

9393
pkgs.httpie
9494
pkgs.sqlite
95-
95+
pkgs.prefetch-npm-deps
9696
] ++ (pkgs.lib.optionals pkgs.stdenv.isDarwin (
9797
with pkgs.darwin.apple_sdk.frameworks; [
9898
Foundation

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let
1919
ui = buildNpmPackage {
2020
inherit version src;
2121
pname = "${pname}-ui";
22-
npmDepsHash = "sha256-5HbInDZNfzBScEJl51UnOARe+08qC+igzjum48RY5ZA=";
22+
npmDepsHash = "sha256-5O6nRW3WW/yICJqHij7ROL1WJmZVTwVMRlvKQPrymSo=";
2323
sourceRoot = "${src.name}/ui";
2424
installPhase = ''
2525
cp -pr --reflink=auto -- dist "$out/"

0 commit comments

Comments
 (0)