Merge pull request #288345 from raboof/home-assistant-custom-components.gpio-0.0.2-to-0.0.4

home-assistant-custom-components.gpio: 0.0.2 -> 0.0.4
This commit is contained in:
Martin Weinelt 2024-02-20 23:42:18 +01:00 committed by GitHub
commit 34a74f2551
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
buildHomeAssistantComponent rec {
owner = "raboof";
domain = "gpio";
version = "0.0.2";
version = "0.0.4";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "raboof";
repo = "ha-gpio";
rev = "v${version}";
hash = "sha256-oito5W7uQYgxUQFIynW9G7jbIpmFONWC8FslRdX3gsE=";
hash = "sha256-JyyJPI0lbZLJj+016WgS1KXU5rnxUmRMafel4/wKsYk=";
};
propagatedBuildInputs = [ libgpiod ];