zigbee2mqtt: 1.24.0 -> 1.25.0

https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.25.0
This commit is contained in:
Martin Weinelt 2022-04-02 18:31:10 +02:00
parent 0facaa22a5
commit 9230d29900
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 627 additions and 293 deletions

View File

@ -3,14 +3,14 @@ let
package = (import ./node.nix { inherit pkgs; inherit (stdenv.hostPlatform) system; }).package;
in
package.override rec {
version = "1.24.0";
version = "1.25.0";
reconstructLock = true;
src = pkgs.fetchFromGitHub {
owner = "Koenkk";
repo = "zigbee2mqtt";
rev = version;
sha256 = "epQXexhTT6xuB50eudRRzTZHGv0vX+hgMUZcm36red4=";
sha256 = "Wp3+N3np/biNw2xaR79PpQ/S7o3FftjH6AgyMLM+ya8=";
};
passthru.tests.zigbee2mqtt = nixosTests.zigbee2mqtt;

File diff suppressed because it is too large Load Diff