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: 80b42e630b23
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 97fc74fd3492
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 21, 2019

  1. home-assistant: 20190514.0 -> 20190719.0

    Fixes compatibility with current home-assistant.
    
    See #71400
    globin committed Oct 21, 2019
    Copy the full SHA
    97fc74f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/home-assistant/frontend.nix
4 changes: 2 additions & 2 deletions pkgs/servers/home-assistant/frontend.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "home-assistant-frontend";
version = "20190514.0";
version = "20190719.0";

src = fetchPypi {
inherit pname version;
sha256 = "ba8cfa01b00ff2ee94a91cd83197b4d213e9b9df151daaef11dd0a56d34c5414";
sha256 = "1p7nf0jg2xl9cv020l00scxhv159yp38dkh4204f6am09npkfsps";
};

# no Python tests implemented