From 47abc309a1f0a6c79e55b15f5e2939bf99c8a886 Mon Sep 17 00:00:00 2001 From: frectonz Date: Sat, 15 Jun 2024 15:25:15 +0300 Subject: [PATCH] chore: update npm hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index aa842f5..d2e7941 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ pname = "ui"; version = "0.0.0"; src = ./ui; - npmDepsHash = "sha256-B3npmN9p5z5Lo7jBNVUHj8AXuXtl5Lj5MFDLin45Vl4="; + npmDepsHash = "sha256-Q7AVCPU+rZhsMRts3Sn/P2G22pePOI0BAnMrcXkUgUo="; installPhase = '' cp -pr --reflink=auto -- dist "$out/" '';