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: 9122b454f629
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: da0692246671
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 1, 2020

  1. Copy the full SHA
    f074f6e View commit details
  2. Merge pull request #102349 from mweinelt/zigbee2mqtt

    zigbee2mqtt: 1.15.0 -> 1.16.0
    mweinelt authored Nov 1, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    da06922 View commit details
Showing with 1,227 additions and 1,577 deletions.
  1. +2 −2 pkgs/servers/zigbee2mqtt/default.nix
  2. +1,225 −1,575 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,7 +3,7 @@ let
package = (import ./node.nix { inherit pkgs system; }).package;
in
package.override rec {
version = "1.15.0";
version = "1.16.0";
reconstructLock = true;

postInstall = ''
@@ -20,7 +20,7 @@ package.override rec {
owner = "Koenkk";
repo = "zigbee2mqtt";
rev = version;
sha256 = "1kbrkmam0x2mhqps58xwagp8y3q6zyz0qlx57ys2z2wcs12lpw4r";
sha256 = "0hahzvp3099g0i4jqbkcq6vndpjigx7b6mg1vjcs5v0wyllxdlwp";
};

passthru.tests.zigbee2mqtt = nixosTests.zigbee2mqtt;
2,800 changes: 1,225 additions & 1,575 deletions pkgs/servers/zigbee2mqtt/node-packages.nix

Large diffs are not rendered by default.