From b27de91a89e2e06c8aa145f6b03268afca71c994 Mon Sep 17 00:00:00 2001 From: Lisa Scheers Date: Mon, 29 Jun 2026 10:40:06 +0200 Subject: [PATCH] authentik: fix webui deps hash Update the x86_64-linux fixed-output hash for authentik-webui-deps to the hash reported by Nix for the 2026.5.3 web UI dependency closure. Assisted-by: Codex (GPT-5) --- pkgs/by-name/au/authentik/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/au/authentik/package.nix b/pkgs/by-name/au/authentik/package.nix index fef159aa3c62..f1a75fdd3fea 100644 --- a/pkgs/by-name/au/authentik/package.nix +++ b/pkgs/by-name/au/authentik/package.nix @@ -190,7 +190,7 @@ let outputHash = { "aarch64-linux" = "sha256-41xZEfLul92vJATZqyVnd7Pp++NzLL/u8NeJJPHpXrw="; - "x86_64-linux" = "sha256-FpfOl6wNCgXLg86+vbjnYkcOnpaOZBCNxJiFDRT5W3s="; + "x86_64-linux" = "sha256-p6xjAinU2Isl/uYgoJuacqHN7jBnbWam40J6AQudbtQ="; } .${stdenvNoCC.hostPlatform.system} or (throw "authentik-webui-deps: unsupported host platform"); outputHashMode = "recursive";