From f2415eb338bab69f23d283035231e2191fc76588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 10 Jul 2026 19:50:29 +0200 Subject: [PATCH] home-assistant-custom-components.pi-hole-v6: 1.18.0 -> 1.19.0 Diff: https://github.com/bastgau/ha-pi-hole-v6/compare/v1.18.0...v1.19.0 Changelog: https://github.com/bastgau/ha-pi-hole-v6/releases/tag/v1.19.0 --- .../home-assistant/custom-components/pi-hole-v6/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/pi-hole-v6/package.nix b/pkgs/servers/home-assistant/custom-components/pi-hole-v6/package.nix index 2cfea79f4d2d..58083c178ba4 100644 --- a/pkgs/servers/home-assistant/custom-components/pi-hole-v6/package.nix +++ b/pkgs/servers/home-assistant/custom-components/pi-hole-v6/package.nix @@ -7,13 +7,13 @@ buildHomeAssistantComponent rec { owner = "bastgau"; domain = "pi_hole_v6"; - version = "1.18.0"; + version = "1.19.0"; src = fetchFromGitHub { inherit owner; repo = "ha-pi-hole-v6"; tag = "v${version}"; - hash = "sha256-nMaECGuIAAcE9IPgiT2iPHh1RrCPOSd/sqY9KFKDacM="; + hash = "sha256-2aEdiCNNHQH6HpOMxnwneWab9pvJTQbPvdU+Vm3Gm3Y="; }; # has no tests