From 769a4041b29716888d04ee5ea1ed3fb8153f46f8 Mon Sep 17 00:00:00 2001 From: frectonz Date: Thu, 27 Jun 2024 23:42:22 +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 c4d5ec5..13371f0 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ pname = "ui"; version = "0.0.0"; src = ./ui; - npmDepsHash = "sha256-WT5OnjKZKFr7g/8aR+DXc5LpAAcgVDQP413piKFLimw="; + npmDepsHash = "sha256-Tu4ANFEne0eV2E6JEnRTz6PKh9TdPX6GL5HfIwAV3q0="; installPhase = '' cp -pr --reflink=auto -- dist "$out/" '';