mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
home-assistant: Pin aiowatttime at 0.1.1
This commit is contained in:
parent
df68015dd5
commit
a72680c75b
@ -43,6 +43,16 @@ let
|
||||
};
|
||||
});
|
||||
|
||||
aiowatttime = super.aiowatttime.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "0.1.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "bachya";
|
||||
repo = "aiowatttime";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-tWnxGLJT+CRFvkhxFamHxnLXBvoR8tfOvzH1o1i5JJg=";
|
||||
};
|
||||
});
|
||||
|
||||
astral = super.astral.overridePythonAttrs (oldAttrs: rec {
|
||||
pname = "astral";
|
||||
version = "2.2";
|
||||
|
Loading…
Reference in New Issue
Block a user