From a68131fcbcfd18283e8334b80298748e9cd82ffa Mon Sep 17 00:00:00 2001 From: frectonz Date: Wed, 7 Aug 2024 07:21:36 +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 13371f0..3dd42d7 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ pname = "ui"; version = "0.0.0"; src = ./ui; - npmDepsHash = "sha256-Tu4ANFEne0eV2E6JEnRTz6PKh9TdPX6GL5HfIwAV3q0="; + npmDepsHash = "sha256-kGukH0PKF7MtIO5UH+55fddj6Tv2dNLmOC6oytEhP3c="; installPhase = '' cp -pr --reflink=auto -- dist "$out/" '';