From 2f3a937a2e41e11dd91a29eaf18e2e9529b7dcde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 12 Jun 2025 09:53:03 -0700 Subject: [PATCH] authentik: pin django_5_1 --- pkgs/by-name/au/authentik/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/au/authentik/package.nix b/pkgs/by-name/au/authentik/package.nix index f9ceda0dfb3f..37039da3fbca 100644 --- a/pkgs/by-name/au/authentik/package.nix +++ b/pkgs/by-name/au/authentik/package.nix @@ -159,7 +159,8 @@ let python = python312.override { self = python; packageOverrides = final: prev: { - django = final.django_5; + # https://github.com/goauthentik/authentik/pull/14709 + django = final.django_5_1; # Running authentik currently requires a custom version. # Look in `pyproject.toml` for changes to the rev in the `[tool.uv.sources]` section.