zigbee2mqtt: 1.32.0 -> 1.32.1 (#242257)

https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.32.1
This commit is contained in:
Martin Weinelt 2023-07-08 16:22:19 +02:00 committed by GitHub
parent cbeab8c046
commit ed20d94473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,16 +8,16 @@
buildNpmPackage rec {
pname = "zigbee2mqtt";
version = "1.32.0";
version = "1.32.1";
src = fetchFromGitHub {
owner = "Koenkk";
repo = "zigbee2mqtt";
rev = version;
hash = "sha256-OUd6Q9/JtllTSAzR879MrgWz5MZnRsEolGsuQbxURh8=";
hash = "sha256-HHu3aycYvcv7c4CMvv9GzeB4ZAleLDW/nRKmWahSQ88=";
};
npmDepsHash = "sha256-GoowjWCBfMcN5qWG2rV6wSPx01TozIb5KDh77D49F/M=";
npmDepsHash = "sha256-uryyBFGNdsOVferTNTQ8+O3gv+lJ3mCuaU/47UzqcMk=";
nativeBuildInputs = [
python3