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
This commit is contained in:
Martin Weinelt 2024-12-12 02:53:50 +01:00
parent c96b349fcb
commit 8fcc2a1e57
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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 ];