authentik,authentik.outposts.{radius,ldap,proxy}: 2024.12.1 -> 2024.12.2 (#373395)

This commit is contained in:
Arne Keller
2025-01-14 22:30:14 +01:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
}:
let
version = "2024.12.1";
version = "2024.12.2";
src = fetchFromGitHub {
owner = "goauthentik";
repo = "authentik";
rev = "version/${version}";
hash = "sha256-CkUmsVKzAQ/VWIhtxWxlcGtrWVa8hxqsMqvfcsG5ktA=";
hash = "sha256-Z3rFFrXrOKaF9NpY/fInsEbzdOWnWqLfEYl7YX9hFEU=";
};
meta = with lib; {