authentik,authentik.outposts.{radius,ldap,proxy}: 2024.12.1 -> 2024.12.2

This commit is contained in:
Jan van Brügge
2025-01-13 09:19:53 +00:00
parent 7d4cd942f6
commit 95b0731f2c
+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; {