squids.latest: update from 3.4.9. to 3.4.11
This commit is contained in:
parent
6f27834e3a
commit
a15198e844
@ -40,10 +40,10 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
squid34 = squid30.merge rec {
|
squid34 = squid30.merge rec {
|
||||||
name = "squid-3.4.9";
|
name = "squid-3.4.11";
|
||||||
src = args.fetchurl {
|
src = args.fetchurl {
|
||||||
url = "http://www.squid-cache.org/Versions/v3/3.4/${name}.tar.bz2";
|
url = "http://www.squid-cache.org/Versions/v3/3.4/${name}.tar.bz2";
|
||||||
sha256 = "0rnf0awf54mpbwnx45r5rivgz260jn20hacspbjf2yb6xnzzzwj2";
|
sha256 = "0p9dbsz541cpcc88albwpgq15jgpczv12j9b9g5xw6d3i977qm1h";
|
||||||
};
|
};
|
||||||
buildInputs = [openldap pam db cyrus_sasl libcap expat libxml2
|
buildInputs = [openldap pam db cyrus_sasl libcap expat libxml2
|
||||||
libtool openssl];
|
libtool openssl];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user