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 ae88fbb commit aff16a2Copy full SHA for aff16a2
pkgs/servers/home-assistant/stubs.nix
@@ -10,7 +10,7 @@
10
11
buildPythonPackage rec {
12
pname = "homeassistant-stubs";
13
- version = "2025.2.1";
+ version = "2025.2.3";
14
pyproject = true;
15
16
disabled = python.version != home-assistant.python.version;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
19
owner = "KapJI";
20
repo = "homeassistant-stubs";
21
rev = "refs/tags/${version}";
22
- hash = "sha256-Lw+eItDQX77jKIE9/9S0C9khzR+HMHFPGvPpzRHwrZw=";
+ hash = "sha256-bb9LAgra8AVqoNsyL95wrOt9JXMPnT7FxwU1+JLKw5c=";
23
};
24
25
build-system = [
0 commit comments