We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625941e commit ad93838Copy full SHA for ad93838
pkgs/servers/home-assistant/stubs.nix
@@ -8,7 +8,7 @@
8
9
buildPythonPackage rec {
10
pname = "homeassistant-stubs";
11
- version = "2024.8.1";
+ version = "2024.8.2";
12
pyproject = true;
13
14
disabled = python.version != home-assistant.python.version;
@@ -17,7 +17,7 @@ buildPythonPackage rec {
17
owner = "KapJI";
18
repo = "homeassistant-stubs";
19
rev = "refs/tags/${version}";
20
- hash = "sha256-/zhTPS3x1SSMAfxhUo+IzvuHBrSCnezw8YxgJc0adTU=";
+ hash = "sha256-ey1fglgyD7peGdBBD9fO9BWN48u+C+hYmTyh84FwYMY=";
21
};
22
23
build-system = [
0 commit comments