update: 2025.2.4 -> 2025.4.0

See https://docs.goauthentik.io/docs/releases/2025.4
This commit is contained in:
Maximilian Bosch 2025-05-03 16:22:32 +02:00
parent 618330bee6
commit 893670fa74
No known key found for this signature in database
8 changed files with 194 additions and 369 deletions

View file

@ -2,12 +2,12 @@
authentik-src,
authentik-version,
authentikComponents,
buildGo123Module,
buildGo124Module,
lib,
makeWrapper,
}:
buildGo123Module {
buildGo124Module {
pname = "authentik-gopkgs";
version = authentik-version;
prePatch = ''
@ -42,7 +42,7 @@ buildGo123Module {
"cmd/proxy"
"cmd/radius"
];
vendorHash = "sha256-aG/VqpmHJeGyF98aS0jgwEAq1R5c8VggeJxLWS9W8HY=";
vendorHash = "sha256-cEB22KFDONcJBq/FvLpYKN7Zd06mh8SACvCSuj5i4fI=";
nativeBuildInputs = [ makeWrapper ];
doCheck = false;
postInstall = ''