zigbee2mqtt: 1.35.0 -> 1.35.1

https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.35.1
This commit is contained in:
Martin Weinelt 2024-01-07 16:36:29 +01:00
parent da496599fd
commit ed51a1cfeb
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -8,16 +8,16 @@
buildNpmPackage rec {
pname = "zigbee2mqtt";
version = "1.35.0";
version = "1.35.1";
src = fetchFromGitHub {
owner = "Koenkk";
repo = "zigbee2mqtt";
rev = version;
hash = "sha256-0swbnT+iQqX1jQ1INJmG2zSgiu4pM7zu0ieBkpUE9zg=";
hash = "sha256-ZOIV7PLBnPbisIStC+MNMZgf+Hw/+n4lONpgomRkZEE=";
};
npmDepsHash = "sha256-VXdu5IKUao0mFO0Wzev99LmhZSaGn/04cSexa6EHSrg=";
npmDepsHash = "sha256-2WSuc9bmt5kK477c3AMOLFguvXZ2Nl+Qb67j5k7eL3o=";
nodejs = nodejs_18;