about summary refs log tree commit diff
path: root/pkgs/tools/networking/nss-pam-ldapd
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-02-23 15:14:10 -0800
committerGitHub <noreply@github.com>2022-02-24 00:14:10 +0100
commit851f51c111f49aa013843ab59affcadcca8e7e3f (patch)
tree58d70fc2b178eecc98a585848c6f971bfdddcb3b /pkgs/tools/networking/nss-pam-ldapd
parent71f4a06ce921e1843ca15f96b84d4482a2f989ef (diff)
nss_pam_ldapd: 0.9.11 -> 0.9.12
* nss_pam_ldapd: 0.9.11 -> 0.9.12 (#149776)

* nss-pam-ldapd: use SPDX3 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
Diffstat (limited to 'pkgs/tools/networking/nss-pam-ldapd')
-rw-r--r--pkgs/tools/networking/nss-pam-ldapd/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/nss-pam-ldapd/default.nix b/pkgs/tools/networking/nss-pam-ldapd/default.nix
index 3c6eff4d601c7..c4ba4c869a2d6 100644
--- a/pkgs/tools/networking/nss-pam-ldapd/default.nix
+++ b/pkgs/tools/networking/nss-pam-ldapd/default.nix
@@ -5,11 +5,11 @@
 
 stdenv.mkDerivation rec {
   pname = "nss-pam-ldapd";
-  version = "0.9.11";
+  version = "0.9.12";
 
   src = fetchurl {
     url = "https://arthurdejong.org/nss-pam-ldapd/${pname}-${version}.tar.gz";
-    sha256 = "1dna3r0q6sjhhlkhcp8x2zkslrd4y7701kk6fl5r940sdph1pmyh";
+    sha256 = "sha256-xtZh50aTy/Uxp5BjHKk7c/KR+yPMOUZbCd642iv7DhQ=";
   };
 
   nativeBuildInputs = [ pkg-config makeWrapper autoreconfHook ];
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "LDAP identity and authentication for NSS/PAM";
     homepage = "https://arthurdejong.org/nss-pam-ldapd/";
-    license = licenses.lgpl21;
+    license = licenses.lgpl21Plus;
     platforms = platforms.linux;
   };
 }