Skip to content

Commit

Permalink
zigbee2mqtt: 1.14.1 -> 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Aug 3, 2020
1 parent 9d284f3 commit 98c2bd1
Show file tree
Hide file tree
Showing 2 changed files with 1,604 additions and 2,464 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/zigbee2mqtt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let
package = (import ./node.nix { inherit pkgs system; }).package;
in
package.override rec {
version = "1.14.1";
version = "1.14.2";
reconstructLock = true;

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

meta = with pkgs.stdenv.lib; {
Expand Down
Loading

0 comments on commit 98c2bd1

Please sign in to comment.