home-assistant-custom-components.auth-header: 1.11 -> 1.12

https://github.com/BeryJu/hass-auth-header/releases/tag/v1.12
This commit is contained in:
Martin Weinelt
2025-02-22 14:43:49 +01:00
parent 96984ddf49
commit b5e338249c
@@ -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; {