From 6698403477d4c1199b295cde4eb8283ef3845645 Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Tue, 24 Dec 2024 21:37:29 -0500 Subject: [PATCH] different npm hash? --- pkgs/zwave-js-ui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/zwave-js-ui.nix b/pkgs/zwave-js-ui.nix index 2205000..e555a6d 100644 --- a/pkgs/zwave-js-ui.nix +++ b/pkgs/zwave-js-ui.nix @@ -14,7 +14,7 @@ buildNpmPackage rec { rev = "v${version}"; hash = "sha256-I3kUTObu1cRL14F8p3oia6GuPAOWMywmPJCx/nPQ0VQ="; }; - npmDepsHash = "sha256-Le9wYfW4nhCRpIfi3uLeghaCfZxIsch/SF7YEKksR/0="; + npmDepsHash = "sha256-fBwwQSf2AMAN28RWlLtZhosSltByydqULmDyr5WMgPg="; meta = { description = "Full featured Z-Wave Control Panel and MQTT Gateway.";