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>
main
R. RyanTM 2 years ago committed by GitHub
parent 71f4a06ce9
commit 851f51c111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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;
};
}

Loading…
Cancel
Save