Skip to content

Commit 8b526eb

Browse files
zwave-js-ui: 9.30.1 -> 9.31.0 (#385721)
2 parents 69b6670 + 7583d2d commit 8b526eb

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.30.1";
10+
version = "9.31.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "zwave-js";
1414
repo = "zwave-js-ui";
1515
tag = "v${version}";
16-
hash = "sha256-z0d+8CtQfe7iyj7SBPWqe4Q+8d6miZo8ImB1Pj8Jarc=";
16+
hash = "sha256-KlJqzAgMyjA9OxCsKRICZ82ZBe+GpNuBvEHCtG5jvc4=";
1717
};
18-
npmDepsHash = "sha256-aiJdUmJpV9RzixS9jwt65Mu2ZyrP2Kd5pDGEQ5/b3Jw=";
18+
npmDepsHash = "sha256-qy3hnZ9KvMRBJ+XVjxFdS8jQvlhvOEEZDcZUgQaFUT0=";
1919

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

0 commit comments

Comments
 (0)