nss-pam-ldapd: 0.8.13 -> 0.9.7
This commit is contained in:
parent
f0ca6f9290
commit
ffe4e82dd3
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nss-pam-ldapd-${version}";
|
name = "nss-pam-ldapd-${version}";
|
||||||
version = "0.8.13";
|
version = "0.9.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://arthurdejong.org/nss-pam-ldapd/${name}.tar.gz";
|
url = "http://arthurdejong.org/nss-pam-ldapd/${name}.tar.gz";
|
||||||
sha256 = "08jxxskzv983grc28zksk9fd8q5qad64rma9vcjsq0l4r6cax4mp";
|
sha256 = "1sw36w6zkzvabvjckqick032j5p5xi0qi3sgnh0znzxz31jqvf0d";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper pkgconfig python openldap pam ];
|
buildInputs = [ makeWrapper pkgconfig python openldap pam ];
|
||||||
|
|
Loading…
Reference in New Issue