Skip to content

Commit 3564baa

Browse files
committed
zwave-js-ui: 9.32.0 -> 10.1.2
1 parent e9e9e07 commit 3564baa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/zw/zwave-js-ui/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
buildNpmPackage rec {
99
pname = "zwave-js-ui";
10-
version = "9.32.0";
10+
version = "10.1.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "zwave-js";
1414
repo = "zwave-js-ui";
1515
tag = "v${version}";
16-
hash = "sha256-DZm3IoLc28YMbwWL6+qHd5BSyRQswRatEvGmwuIzBZM=";
16+
hash = "sha256-j56kDnMw/YX6ONkIjPjopsu6xE2Kt1cZV5u+tX2TqlM=";
1717
};
18-
npmDepsHash = "sha256-FZ/iStpC5DiNthV42/QAzek261ZUAL1DOEIixVlArZ0=";
18+
npmDepsHash = "sha256-hkfDztDtLug9qdxi9NRWnzCN6Parv27stVknZ0cSYpo=";
1919

2020
passthru.tests.zwave-js-ui = nixosTests.zwave-js-ui;
2121

0 commit comments

Comments
 (0)