mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
nss-pam-ldapd: Upgrade to 0.8.11
This commit is contained in:
parent
ed245ce732
commit
98ad245200
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nss-pam-ldapd-${version}";
|
||||
version = "0.8.10";
|
||||
version = "0.8.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://arthurdejong.org/nss-pam-ldapd/${name}.tar.gz";
|
||||
sha256 = "673a5e235a40fd9aac74082bc64d2ac2280fc155fb00b21092650d2c963e79cc";
|
||||
sha256 = "9a841f6a46bf9f87213dc806c0f6507ac5016a2ee550d42c3ed9fb280c1e38e6";
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper pkgconfig python openldap pam ];
|
||||
|
Loading…
Reference in New Issue
Block a user