about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-02-24 03:49:11 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-02-27 01:56:55 +0100
commit108db102e657f9de390ecd86b6aa183a9936bd46 (patch)
tree72ac883abe5cf3984c1c9aa5a78ccd79f688911b /pkgs/servers
parent2213bf64c63e91aac8a4d271f0cd1d03ebc56465 (diff)
python311Packages.homeassistant-stubs: 2024.2.2 -> 2024.2.3
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.2.3
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/stubs.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/stubs.nix b/pkgs/servers/home-assistant/stubs.nix
index 5699b3c556f2a..3489e4ccc05f2 100644
--- a/pkgs/servers/home-assistant/stubs.nix
+++ b/pkgs/servers/home-assistant/stubs.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "homeassistant-stubs";
-  version = "2024.2.2";
+  version = "2024.2.3";
   format = "pyproject";
 
   disabled = python.version != home-assistant.python.version;
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "KapJI";
     repo = "homeassistant-stubs";
     rev = "refs/tags/${version}";
-    hash = "sha256-RL3lgeaJO721VOlhLAeOM8wlKMouLQVbYnPsAeOZGxM=";
+    hash = "sha256-kBr9NaP1FBTMBloAXEpx4s4iMe1T45i7Gui1aULQPXg=";
   };
 
   nativeBuildInputs = [