From 851f51c111f49aa013843ab59affcadcca8e7e3f Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Wed, 23 Feb 2022 15:14:10 -0800 Subject: [PATCH] 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 --- pkgs/tools/networking/nss-pam-ldapd/default.nix | 6 +++--- 1 file 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 3c6eff4d601..c4ba4c869a2 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; }; }