zigbee2mqtt: 1.22.1 -> 1.22.2

This commit is contained in:
Martin Weinelt 2022-01-01 14:14:54 +01:00
parent 59b551fdd9
commit f2cf229e67
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 1445 additions and 1571 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.22.1";
version = "1.22.2";
reconstructLock = true;
src = pkgs.fetchFromGitHub {
owner = "Koenkk";
repo = "zigbee2mqtt";
rev = version;
sha256 = "HoheB+/K4THFqgcC79QZM71rDPv2JB+S6y4K1+sdASo=";
sha256 = "181al3530zdbng6fpcpz35q28cxi3p46ydxff7a2bpm9i7kxnc3i";
};
passthru.tests.zigbee2mqtt = nixosTests.zigbee2mqtt;

File diff suppressed because it is too large Load Diff