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: d3badf3b435f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1927e40d5052
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 26, 2020

  1. python3Packages.zigpy-zigate: 0.7.2 -> 0.7.3

    mweinelt authored and Jonathan Ringer committed Nov 26, 2020
    Copy the full SHA
    1af8465 View commit details
  2. homeassistant: 0.118.3 -> 0.118.4

    mweinelt authored and Jonathan Ringer committed Nov 26, 2020
    Copy the full SHA
    1927e40 View commit details
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/zigpy-zigate/default.nix
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "zigpy-zigate";
version = "0.7.2";
version = "0.7.3";
# https://github.com/Martiusweb/asynctest/issues/152
# broken by upstream python bug with asynctest and
# is used exclusively by home-assistant with python 3.8
@@ -21,8 +21,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "zigpy";
repo = "zigpy-zigate";
rev = "v${version}";
sha256 = "0ycrsmp3n3awiyj0gbq6xnaa2s9mpc5l7mlmfc00rfnx7rr2z4ha";
rev = version;
sha256 = "068v8n8yimmpnwqcdz5m9g35z1x0dir478cbc1s1nyhw1xn50vg1";
};

propagatedBuildInputs = [
2 changes: 1 addition & 1 deletion pkgs/servers/home-assistant/component-packages.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# Do not edit!

{
version = "0.118.3";
version = "0.118.4";
components = {
"abode" = ps: with ps; [ abodepy ];
"accuweather" = ps: with ps; [ accuweather ];
4 changes: 2 additions & 2 deletions pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ let
extraBuildInputs = extraPackages py.pkgs;

# Don't forget to run parse-requirements.py after updating
hassVersion = "0.118.3";
hassVersion = "0.118.4";

in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@@ -78,7 +78,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
sha256 = "1b58r3gn838naqcrvmzhqcnf2sdjfjwfapnn8v8cnc51pz58vazq";
sha256 = "0b289ijxpay6yb2ahkfm7n9k423f8xlbwg8z903iwakiqg54ghip";
};

# leave this in, so users don't have to constantly update their downstream patch handling