Skip to content

Commit 61684d3

Browse files
authored
Merge pull request #323350 from r-ryantm/auto-update/zwave-js-server
zwave-js-server: 1.35.0 -> 1.36.0
2 parents f2a36c0 + d059d19 commit 61684d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildNpmPackage rec {
88
pname = "zwave-js-server";
9-
version = "1.35.0";
9+
version = "1.36.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "zwave-js";
1313
repo = pname;
1414
rev = version;
15-
hash = "sha256-9TUS8m3Vizs36GVYaDQTRXPO8zLLJUs8RPkArRRCqsw=";
15+
hash = "sha256-+GyQy7CVd3t98kUDTpPzmPs5WNU8Ct/e+kHPh08gb0Q=";
1616
};
1717

18-
npmDepsHash = "sha256-zTcN04g7EsLFCA+rdqhSQMy06NoMFYCyiUxe9ck2kIE=";
18+
npmDepsHash = "sha256-u9Y9yOLZZ+DnFYAAhF0SUa+qW+Mj+3duzAKKS6xCkp0=";
1919

2020
# For some reason the zwave-js dependency is in devDependencies
2121
npmFlags = [ "--include=dev" ];

0 commit comments

Comments
 (0)