update to 3.2.7 -- untested
svn path=/nixpkgs/trunk/; revision=13893
This commit is contained in:
parent
e5349d1716
commit
6ab7f33f23
|
@ -3,11 +3,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "samba-3.2.4";
|
name = "samba-3.2.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://us3.samba.org/samba/ftp/stable/samba-3.2.4.tar.gz;
|
url = http://us3.samba.org/samba/ftp/stable/samba-3.2.7.tar.gz;
|
||||||
sha256 = "1srypwpmfhw30kd7zdv7q2dpdjlzdwb28lc34z1dnls4wbpaapm8";
|
sha256 = "18q4q1ay9dsk3djl1s2ibj51n8c111y05h5dsc2ssl2wg32vhasg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [readline pam openldap kerberos popt iniparser libunwind fam acl];
|
buildInputs = [readline pam openldap kerberos popt iniparser libunwind fam acl];
|
||||||
|
|
Loading…
Reference in New Issue