From f4772242a74ab9a22fd7e1082e1fd3cbc533e16e Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Mon, 23 Sep 2024 12:45:47 +0200 Subject: [PATCH] nginx-ldap-auth-module --- glicid/packages/nginx.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glicid/packages/nginx.scm b/glicid/packages/nginx.scm index 1a76c61..5068a52 100644 --- a/glicid/packages/nginx.scm +++ b/glicid/packages/nginx.scm @@ -107,11 +107,11 @@ (package (inherit nginx) (name "nginx-ldap-auth-module") - (version "83c059b") + (version "241200e") (source (origin (method url-fetch) (uri (list (string-append "https://github.com/kvspb/nginx-auth-ldap/archive/" version ".tar.gz"))) - (sha256 (base32 "0r44dhsbw2ssg84vc5i68zdnhd0131nkbkbmxq7rpq9avddlw339")))) + (sha256 (base32 "0nyc1ip039lrlc6sv7gkil8s11n2d947jmh3w79qjh5wfc4npcyi")))) (synopsis "LDAP Authentication module for nginx") (description "LDAP module for nginx which supports authentication against multiple LDAP servers.")