From 8fcc2a1e57b0d6a835c09d651b8b4c70bf6cb188 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 12 Dec 2024 02:53:50 +0100 Subject: [PATCH] home-assistant-custom-components.auth-header: 1.10-unstable-2024-02-26 -> 1.11 https://github.com/BeryJu/hass-auth-header/releases/tag/v1.11 --- .../custom-components/auth-header/package.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 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 e5ccefc1ffc4..0d8283d5ef5d 100644 --- a/pkgs/servers/home-assistant/custom-components/auth-header/package.nix +++ b/pkgs/servers/home-assistant/custom-components/auth-header/package.nix @@ -7,19 +7,17 @@ buildHomeAssistantComponent rec { owner = "BeryJu"; domain = "auth_header"; - version = "1.10-unstable-2024-02-26"; + version = "1.11"; src = fetchFromGitHub { inherit owner; repo = "hass-auth-header"; - rev = "5923cb33b57a9d3c23513d54cc74b02ebd243409"; - hash = "sha256-ZYd1EduzoljaY3OnpjsKEAwtf03435zJmZtgqzbdjjA="; + tag = "v${version}"; + hash = "sha256-N2jEFyb/OWsO48rAuQBDHtQ5yKfIrGTcwlEb2P3LyVc="; }; - # build step just runs linter - dontBuild = true; - meta = with lib; { + changelog = "https://github.com/BeryJu/hass-auth-header/releases/tag/v${version}"; description = "Home Assistant custom component which allows you to delegate authentication to a reverse proxy"; homepage = "https://github.com/BeryJu/hass-auth-header"; maintainers = with maintainers; [ mjm ];