From b5e338249c91ca196083ec6926a8dd45c751ecc0 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 22 Feb 2025 05:11:24 +0100 Subject: [PATCH] home-assistant-custom-components.auth-header: 1.11 -> 1.12 https://github.com/BeryJu/hass-auth-header/releases/tag/v1.12 --- .../home-assistant/custom-components/auth-header/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/auth-header/package.nix b/pkgs/servers/home-assistant/custom-components/auth-header/package.nix index 0d8283d5ef5d..cf158a2231a5 100644 --- a/pkgs/servers/home-assistant/custom-components/auth-header/package.nix +++ b/pkgs/servers/home-assistant/custom-components/auth-header/package.nix @@ -7,13 +7,13 @@ buildHomeAssistantComponent rec { owner = "BeryJu"; domain = "auth_header"; - version = "1.11"; + version = "1.12"; src = fetchFromGitHub { inherit owner; repo = "hass-auth-header"; tag = "v${version}"; - hash = "sha256-N2jEFyb/OWsO48rAuQBDHtQ5yKfIrGTcwlEb2P3LyVc="; + hash = "sha256-BPG/G6IM95g9ip2OsPmcAebi2ZvKHUpFzV4oquOFLPM="; }; meta = with lib; {