zwave-js-ui: 9.27.8 -> 9.28.0

Diff: https://github.com/zwave-js/zwave-js-ui/compare/v9.27.8...v9.28.0
This commit is contained in:
Chris Dombroski 2024-12-17 09:03:51 -05:00
parent fb99b05e32
commit bd34822638

View file

@ -6,15 +6,15 @@
buildNpmPackage rec {
pname = "zwave-js-ui";
version = "9.27.8";
version = "9.28.0";
src = fetchFromGitHub {
owner = "zwave-js";
repo = pname;
rev = "v${version}";
hash = "sha256-6Twyzt2BMozph39GMG3JghA54LYi40c1+WfSbAAO2oM=";
hash = "sha256-upcLSGXE581+riZmUnfqPuiIRXRI/XRhpEy+TqPHaTA=";
};
npmDepsHash = "sha256-2cDuRCxyn/wNgZks2Qg+iwqRX8CVRz8qVYh4ZlCR55I=";
npmDepsHash = "sha256-k2fiFdesBw8i24nIGg9krgpwMg6YYA4+qbhX7DKKYnM=";
meta = {
description = "Full featured Z-Wave Control Panel and MQTT Gateway.";