home-assistant: pin astral version to 1.5

This commit is contained in:
Robert Schütz 2018-02-27 00:27:01 +01:00
parent c5fab86a7e
commit d6e25bfc3b

View file

@ -35,6 +35,13 @@ let
sha256 = "15i3gaap8ilhpbah1ffc6q415wkvliqxilc6s69a4rinvkw6cx3s";
};
});
astral = super.astral.overridePythonAttrs (oldAttrs: rec {
version = "1.5";
src = oldAttrs.src.override {
inherit version;
sha256 = "527628fbfe90c1596c3950ff84ebd07ecc10c8fb1044c903a0519b5057700cb6";
};
});
hass-frontend = super.callPackage ./frontend.nix { };
};
};