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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user