mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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 {
|
||||
name = "nss-pam-ldapd-${version}";
|
||||
version = "0.8.13";
|
||||
version = "0.9.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://arthurdejong.org/nss-pam-ldapd/${name}.tar.gz";
|
||||
sha256 = "08jxxskzv983grc28zksk9fd8q5qad64rma9vcjsq0l4r6cax4mp";
|
||||
sha256 = "1sw36w6zkzvabvjckqick032j5p5xi0qi3sgnh0znzxz31jqvf0d";
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper pkgconfig python openldap pam ];
|
||||
|
Loading…
Reference in New Issue
Block a user