home-assistant: fix github tag of iaqualink-py

This commit is contained in:
Sandro Jäckel 2021-03-22 21:14:43 +01:00
parent b930639c90
commit 815514f447
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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