Merge pull request #117272 from SuperSandro2000/ha-fix

home-assistant: fix github tag of iaqualink-py
This commit is contained in:
Martin Weinelt
2021-03-22 22:17:15 +01:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ let
src = fetchFromGitHub {
owner = "flz";
repo = "iaqualink-py";
rev = version;
rev = "v${version}";
sha256 = "16mn6nd9x3hm6j6da99qhwbqs95hh8wx21r1h1m9csl76z77n9lh";
};
checkInputs = oldAttrs.checkInputs ++ [ python3.pkgs.asynctest ];