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
commit ce63f70f31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];