Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3f6e9fa53153
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 43933d2fc00f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 1, 2021

  1. Copy the full SHA
    ae64bc6 View commit details

Commits on Jan 2, 2021

  1. Merge pull request #108130 from mweinelt/zigbee2mqtt

    zigbee2mqtt: 1.16.2 -> 1.17.0
    markuskowa authored Jan 2, 2021
    Copy the full SHA
    43933d2 View commit details
Showing with 2,181 additions and 592 deletions.
  1. +2 −2 pkgs/servers/zigbee2mqtt/default.nix
  2. +2,179 −590 pkgs/servers/zigbee2mqtt/node-packages.nix
4 changes: 2 additions & 2 deletions pkgs/servers/zigbee2mqtt/default.nix
Original file line number Diff line number Diff line change
@@ -3,14 +3,14 @@ let
package = (import ./node.nix { inherit pkgs system; }).package;
in
package.override rec {
version = "1.16.2";
version = "1.17.0";
reconstructLock = true;

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

passthru.tests.zigbee2mqtt = nixosTests.zigbee2mqtt;
2,769 changes: 2,179 additions & 590 deletions pkgs/servers/zigbee2mqtt/node-packages.nix

Large diffs are not rendered by default.