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)
This commit is contained in:
Lisa Scheers
2026-06-29 10:40:06 +02:00
parent f72e5f5a3e
commit b27de91a89
+1 -1
View File
@@ -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";