zigbee2mqtt: 1.29.0 -> 1.29.1

https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.29.1
This commit is contained in:
Martin Weinelt 2023-01-06 14:27:27 +01:00
parent 5f902ae769
commit 9cafc3a1f3
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.29.0";
version = "1.29.1";
src = fetchFromGitHub {
owner = "Koenkk";
repo = "zigbee2mqtt";
rev = version;
hash = "sha256-WN8dLqHbx/NydGwYeksrfSHs9kpRWj1FY/t+/Noux+g=";
hash = "sha256-ZfJR8n4hPExi7x1lcQ3WDLYm4+AO4HMpMfKS110csR4=";
};
npmDepsHash = "sha256-PAUdNCZ5YgEyz72rjUz3gdUkjDxLTC3yh3kv4Vtix3Q=";
npmDepsHash = "sha256-Hr4jcPORHEp4U26MK1WtcaLcP7kIal0yzcHS7DzPENI=";
nativeBuildInputs = [
python3