nss_pam_ldapd: 0.9.7 -> 0.9.10 (#46226)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
nss-pam-ldapd
This commit is contained in:
R. RyanTM 2018-09-28 12:09:53 -07:00 committed by xeji
parent 42af103ae3
commit e799f39632

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "nss-pam-ldapd-${version}";
version = "0.9.7";
version = "0.9.10";
src = fetchurl {
url = "https://arthurdejong.org/nss-pam-ldapd/${name}.tar.gz";
sha256 = "1sw36w6zkzvabvjckqick032j5p5xi0qi3sgnh0znzxz31jqvf0d";
sha256 = "1cqamcr6qpgwxijlr6kg7jspjamjra8w0haan0qssn0yxn95d7c0";
};
nativeBuildInputs = [ pkgconfig ];