forked from mirrors/nixpkgs
squid: 3.5.17 -> 3.5.19 (#15385)
This commit is contained in:
parent
f9b4dc6194
commit
61c52af99e
|
@ -1,10 +1,10 @@
|
||||||
{ fetchurl, stdenv, perl, lib, openldap, pam, db, cyrus_sasl, libcap,
|
{ fetchurl, stdenv, perl, lib, openldap, pam, db, cyrus_sasl, libcap,
|
||||||
expat, libxml2, libtool, openssl}:
|
expat, libxml2, libtool, openssl}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "squid-3.5.17";
|
name = "squid-3.5.19";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.squid-cache.org/Versions/v3/3.5/${name}.tar.bz2";
|
url = "http://www.squid-cache.org/Versions/v3/3.5/${name}.tar.bz2";
|
||||||
sha256 = "1kdq778cm18ak4624gchmbi8avnzyvwgyzjplkd0fkcrgfs44bsf";
|
sha256 = "1iy2r7r12xv0q9414rczbqbbggyyxgdmg21bynpygwkgalaz1dxx";
|
||||||
};
|
};
|
||||||
buildInputs = [perl openldap pam db cyrus_sasl libcap expat libxml2
|
buildInputs = [perl openldap pam db cyrus_sasl libcap expat libxml2
|
||||||
libtool openssl];
|
libtool openssl];
|
||||||
|
|
Loading…
Reference in a new issue