From b872f9ed00ceec0f1111cbe59213d1863803f069 Mon Sep 17 00:00:00 2001 From: Jeff MrBear Date: Mon, 30 Jun 2025 09:20:27 +0200 Subject: [PATCH] feat: authentik version 2025.6.3 --- glicid/packages/authentik.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/glicid/packages/authentik.scm b/glicid/packages/authentik.scm index 05835b1..9842ca0 100644 --- a/glicid/packages/authentik.scm +++ b/glicid/packages/authentik.scm @@ -14,7 +14,7 @@ #:use-module (gnu packages golang-xyz) ) -(define %authentik-version "2025.6.2") +(define %authentik-version "2025.6.3") (define %authentik-synopsis "authentik is an open-source Identity Provider that emphasizes flexibility and versatility, with support for a wide set of protocols. Dirty version.") (define %authentik-description "authentik is an open-source Identity Provider that emphasizes flexibility and versatility, with support for a wide set of protocols. Dirty version.") (define %authentik-homepage "https://github.com/goauthentik/authentik") @@ -27,7 +27,7 @@ (source (origin (method url-fetch) (uri (string-append "https://forgejo.glicid.fr/api/packages/GLiCID/generic/authentik-outpost-for-guix/" version "/authentik-ldap-" version ".tar.xz")) - (sha256 (base32 "1f4cn4wj9mk02h5rkimxdmabghn405dpli2241jh0nygc018knk8")))) + (sha256 (base32 "0l6dah4jwk9qh7l3a6ss8wi6qc9dhc10bhd62raa7xz3w0v6lw2y")))) (build-system copy-build-system) (arguments `(#:install-plan `(("ldap" "/sbin/")))) @@ -43,7 +43,7 @@ (source (origin (method url-fetch) (uri (string-append "https://forgejo.glicid.fr/api/packages/GLiCID/generic/authentik-outpost-for-guix/" version "/authentik-proxy-" version ".tar.xz")) - (sha256 (base32 "0cazlnd5n4jl8jhb61jn3rlc105ykxkcl35ngfaf3qfjhfazi0m3")))) + (sha256 (base32 "0fqkz7kc7za17f4fpj6r4ynf2dml7dgdrv6ay5aawc33aszid2f4")))) (build-system copy-build-system) (arguments `(#:install-plan `(("proxy" "/sbin/")))) @@ -60,7 +60,7 @@ (source (origin (method url-fetch) (uri (string-append "https://forgejo.glicid.fr/api/packages/GLiCID/generic/authentik-outpost-for-guix/" version "/authentik-rac-" version ".tar.xz")) - (sha256 (base32 "0s0p284sg8c5dqkz513l9haf8x4gr600bslb3dxsyf51n7xz7y2i")))) + (sha256 (base32 "00h9r2lxw4xsknhv0ac5b34jyx64v681pvxdl576hmn1z87w5vc6")))) (build-system copy-build-system) (arguments `(#:install-plan `(("rac" "/sbin/")))) @@ -76,7 +76,7 @@ (source (origin (method url-fetch) (uri (string-append "https://forgejo.glicid.fr/api/packages/GLiCID/generic/authentik-outpost-for-guix/" version "/authentik-radius-" version ".tar.xz")) - (sha256 (base32 "0jb7jd87rjnwqhqp73dqpx3l1snm1kqa2y3iak12n7zha6dg4yyx")))) + (sha256 (base32 "1z6sv53ak3knfby149bkr7y97qkkdri7abbb9rbyy2bzs0cnzb0a")))) (build-system copy-build-system) (arguments `(#:install-plan `(("radius" "/sbin/"))))