home-assistant: fix github tag of iaqualink-py
This commit is contained in:
parent
b930639c90
commit
815514f447
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ let
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "flz";
|
owner = "flz";
|
||||||
repo = "iaqualink-py";
|
repo = "iaqualink-py";
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
sha256 = "16mn6nd9x3hm6j6da99qhwbqs95hh8wx21r1h1m9csl76z77n9lh";
|
sha256 = "16mn6nd9x3hm6j6da99qhwbqs95hh8wx21r1h1m9csl76z77n9lh";
|
||||||
};
|
};
|
||||||
checkInputs = oldAttrs.checkInputs ++ [ python3.pkgs.asynctest ];
|
checkInputs = oldAttrs.checkInputs ++ [ python3.pkgs.asynctest ];
|
||||||
|
|
Loading…
Reference in a new issue