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

Commits on Nov 23, 2020

  1. Copy the full SHA
    b485298 View commit details

Commits on Nov 26, 2020

  1. Merge pull request #104417 from mweinelt/home-assistant

    homeassistant: 0.118.1 -> 0.118.3
    mweinelt authored Nov 26, 2020
    Copy the full SHA
    aed0567 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 pkgs/servers/home-assistant/component-packages.nix
  2. +2 −2 pkgs/servers/home-assistant/default.nix
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.1";
version = "0.118.3";
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.1";
hassVersion = "0.118.3";

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 = "1l2jqvq3amwdr4v6xq7df19bf75s1dpgcgnaacsx7k7pfwsyn63f";
sha256 = "1b58r3gn838naqcrvmzhqcnf2sdjfjwfapnn8v8cnc51pz58vazq";
};

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