about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2024-02-20 23:42:18 +0100
committerGitHub <noreply@github.com>2024-02-20 23:42:18 +0100
commit34a74f25512836591c50a1928e853e7105e4be33 (patch)
tree882c81f99884d53c1e8192f43f8d0ecb99706ebb
parent77ff543e9975759eb5299571f3258327da954819 (diff)
parentd3cb26fc5f66c6c364cbdb7eb29c4f16dcd05f66 (diff)
downloadnixlib-34a74f25512836591c50a1928e853e7105e4be33.tar
nixlib-34a74f25512836591c50a1928e853e7105e4be33.tar.gz
nixlib-34a74f25512836591c50a1928e853e7105e4be33.tar.bz2
nixlib-34a74f25512836591c50a1928e853e7105e4be33.tar.lz
nixlib-34a74f25512836591c50a1928e853e7105e4be33.tar.xz
nixlib-34a74f25512836591c50a1928e853e7105e4be33.tar.zst
nixlib-34a74f25512836591c50a1928e853e7105e4be33.zip
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
-rw-r--r--pkgs/servers/home-assistant/custom-components/gpio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/custom-components/gpio/default.nix b/pkgs/servers/home-assistant/custom-components/gpio/default.nix
index 98cf56a3b52a..ff06822d664a 100644
--- a/pkgs/servers/home-assistant/custom-components/gpio/default.nix
+++ b/pkgs/servers/home-assistant/custom-components/gpio/default.nix
@@ -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 ];