Skip to content

Commit

Permalink
Revert "zigbee2mqtt: 1.16.2 -> 1.17.0"
Browse files Browse the repository at this point in the history
Infinite recursion. #108304

This reverts commit ae64bc6.
  • Loading branch information
FRidh committed Jan 3, 2021
1 parent 2847e38 commit aaf4ddd
Show file tree
Hide file tree
Showing 2 changed files with 587 additions and 2,176 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/zigbee2mqtt/default.nix
Expand Up @@ -3,14 +3,14 @@ let
package = (import ./node.nix { inherit pkgs system; }).package;
in
package.override rec {
version = "1.17.0";
version = "1.16.2";
reconstructLock = true;

src = pkgs.fetchFromGitHub {
owner = "Koenkk";
repo = "zigbee2mqtt";
rev = version;
sha256 = "152hxx38px9vs0fxhaiv5injsmkdcmjsibszvxrxilnx4fghlww6";
sha256 = "0rpmm4pwm8s4i9fl26ql0czg5kijv42k9wwik7jb3ppi5jzxrakd";
};

passthru.tests.zigbee2mqtt = nixosTests.zigbee2mqtt;
Expand Down

0 comments on commit aaf4ddd

Please sign in to comment.