mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-07-11 21:29:59 +02:00
feat: authentik version 2025.6.3
This commit is contained in:
parent
2f4b606a11
commit
b872f9ed00
1 changed files with 5 additions and 5 deletions
|
@ -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/"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue