Skip to content

Commit 239a37a

Browse files
committed
chore: update npm hash
1 parent 9c19deb commit 239a37a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
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 = "sha256-NCq8RuaC+dO6Zbgl1ucJxhJrVZ69Va3b2/gYn4fThAw=";
44+
npmDepsHash = "sha256-8t92weQfiVrQvDt68amBmKzxjqbIPpSPBYFD2aa5lNM=";
4545
installPhase = ''
4646
cp -pr --reflink=auto -- dist "$out/"
4747
'';

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-NCq8RuaC+dO6Zbgl1ucJxhJrVZ69Va3b2/gYn4fThAw=";
22+
npmDepsHash = "sha256-8t92weQfiVrQvDt68amBmKzxjqbIPpSPBYFD2aa5lNM=";
2323
sourceRoot = "${src.name}/ui";
2424
installPhase = ''
2525
cp -pr --reflink=auto -- dist "$out/"

0 commit comments

Comments
 (0)