zwave-js-server: 1.34.0 -> 1.35.0

This commit is contained in:
R. Ryantm 2024-04-17 17:40:19 +00:00
parent d84b5d7735
commit 1aae1c31e8
1 changed files with 3 additions and 3 deletions

View File

@ -6,16 +6,16 @@
buildNpmPackage rec {
pname = "zwave-js-server";
version = "1.34.0";
version = "1.35.0";
src = fetchFromGitHub {
owner = "zwave-js";
repo = pname;
rev = version;
hash = "sha256-aTUV9FYE4m/f7rGv7BBFNzCVQpSO9vK1QkeofnMnbzM=";
hash = "sha256-9TUS8m3Vizs36GVYaDQTRXPO8zLLJUs8RPkArRRCqsw=";
};
npmDepsHash = "sha256-Jne4vzPcNNfHO1LQa609Jdv22Nh3md9KfBXuQoILpbY=";
npmDepsHash = "sha256-zTcN04g7EsLFCA+rdqhSQMy06NoMFYCyiUxe9ck2kIE=";
# For some reason the zwave-js dependency is in devDependencies
npmFlags = [ "--include=dev" ];