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

Commits on Nov 16, 2018

  1. home-assistant: 0.82.0 -> 0.82.1

    Robert Schütz committed Nov 16, 2018

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    5e0e2e2 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.82.0";
version = "0.82.1";
components = {
"abode" = ps: with ps; [ ];
"ads" = ps: with ps; [ ];
4 changes: 2 additions & 2 deletions pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ let
extraBuildInputs = extraPackages py.pkgs;

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

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

propagatedBuildInputs = [