home-assistant-custom-components.spook: 3.0.1 -> 3.1.0

https://github.com/frenck/spook/releases/tag/v3.1.0
This commit is contained in:
Martin Weinelt
2024-12-12 03:52:46 +01:00
parent a1e9c6fa33
commit 816e61165f
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
owner = "frenck";
domain = "spook";
version = "3.0.1";
version = "3.1.0";
src = fetchFromGitHub {
inherit owner;
repo = domain;
rev = "refs/tags/v${version}";
hash = "sha256-ChHsevryWuim8BEFqXVkCOW9fGMrt5vol+B2SreMUws=";
hash = "sha256-IV3n++uFSOvQANPfbCeBj3GP0CCL+w9icKp/k5VO3Qg=";
};
patches = [ ./remove-sub-integration-symlink-hack.patch ];