authentik: 2024.12.2 -> 2025.2.1 (#384542)

This commit is contained in:
Arne Keller
2025-03-06 17:39:13 +01:00
committed by GitHub
5 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ buildGoModule {
pname = "authentik-ldap-outpost";
inherit (authentik) version src;
vendorHash = "sha256-FyRTPs2xfostV2x03IjrxEYBSrsZwnuPn+oHyQq1Kq0=";
vendorHash = "sha256-aG/VqpmHJeGyF98aS0jgwEAq1R5c8VggeJxLWS9W8HY=";
env.CGO_ENABLED = 0;
+7 -5
View File
@@ -15,13 +15,13 @@
}:
let
version = "2024.12.2";
version = "2025.2.1";
src = fetchFromGitHub {
owner = "goauthentik";
repo = "authentik";
rev = "version/${version}";
hash = "sha256-Z3rFFrXrOKaF9NpY/fInsEbzdOWnWqLfEYl7YX9hFEU=";
hash = "sha256-KZalpsM9rvki9GD+urf8idHOEnvBJtkSvE1b2b4KL/4=";
};
meta = with lib; {
@@ -43,7 +43,7 @@ let
sourceRoot = "source/website";
outputHash = "sha256-SONw9v67uuVk8meRIuS1KaBGbej6Gbz6nZxPDnHfCwQ=";
outputHash = "sha256-GIFz1ku0bS/GaWehOp2z9Te9qpWt61DQrw0LA+z/XCk=";
outputHashMode = "recursive";
nativeBuildInputs = [
@@ -129,7 +129,7 @@ let
ln -s ${src}/website $out/
ln -s ${clientapi} $out/web/node_modules/@goauthentik/api
'';
npmDepsHash = "sha256-aRfpJWTp2WQB3E9aqzJn3BiPLwpCkdvMoyHexaKvz0U=";
npmDepsHash = "sha256-uVur1DyXaIGPny7u/JQyx9HQ7VJqeSi2pPSORZgLjEw=";
postPatch = ''
cd web
@@ -254,6 +254,7 @@ let
fido2
flower
geoip2
geopy
google-api-python-client
gunicorn
gssapi
@@ -283,6 +284,7 @@ let
tenant-schemas-celery
twilio
ua-parser
unidecode
urllib3
uvicorn
watchdog
@@ -326,7 +328,7 @@ let
env.CGO_ENABLED = 0;
vendorHash = "sha256-FyRTPs2xfostV2x03IjrxEYBSrsZwnuPn+oHyQq1Kq0=";
vendorHash = "sha256-aG/VqpmHJeGyF98aS0jgwEAq1R5c8VggeJxLWS9W8HY=";
postInstall = ''
mv $out/bin/server $out/bin/authentik
+1 -1
View File
@@ -7,7 +7,7 @@ buildGoModule {
pname = "authentik-proxy-outpost";
inherit (authentik) version src;
vendorHash = "sha256-FyRTPs2xfostV2x03IjrxEYBSrsZwnuPn+oHyQq1Kq0=";
vendorHash = "sha256-aG/VqpmHJeGyF98aS0jgwEAq1R5c8VggeJxLWS9W8HY=";
env.CGO_ENABLED = 0;
+1 -1
View File
@@ -7,7 +7,7 @@ buildGoModule {
pname = "authentik-radius-outpost";
inherit (authentik) version src;
vendorHash = "sha256-FyRTPs2xfostV2x03IjrxEYBSrsZwnuPn+oHyQq1Kq0=";
vendorHash = "sha256-aG/VqpmHJeGyF98aS0jgwEAq1R5c8VggeJxLWS9W8HY=";
env.CGO_ENABLED = 0;
@@ -17,19 +17,19 @@
buildPythonPackage rec {
pname = "python-kadmin-rs";
version = "0.5.2";
version = "0.5.3";
pyproject = true;
src = fetchFromGitHub {
owner = "authentik-community";
repo = "kadmin-rs";
rev = "kadmin/version/${version}";
hash = "sha256-5sbYnEoT0/3BTJBipEy+DpIDbX6mRIpAE6CuAoJ5bw4=";
hash = "sha256-JK1BwPtIdfp6fleEPyRxMBCFP2njtQebr/Wt+Dc9CYs=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
hash = "sha256-1J2aaEj/G7TE+EptWNwb5Vj048W6DOJNUBWPd9F4DqU=";
hash = "sha256-9LCtsX3fuRXCHu5Gd+7OB5JQZ0h6KjSOSan83KUivLQ=";
};
buildInputs = [