Skip to content

Commit

Permalink
Merge pull request #15100 from Beauhurst/squid
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Apr 30, 2016
2 parents cf34a7b + b19d7e3 commit e86c205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/squid/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ fetchurl, stdenv, perl, lib, openldap, pam, db, cyrus_sasl, libcap,
expat, libxml2, libtool, openssl}:
stdenv.mkDerivation rec {
name = "squid-3.5.15";
name = "squid-3.5.17";
src = fetchurl {
url = "http://www.squid-cache.org/Versions/v3/3.5/${name}.tar.bz2";
sha256 = "1cgy6ffyarqd35plqmqi3mrsp0941c6n55pr3zavp07ksj46wgzm";
sha256 = "1kdq778cm18ak4624gchmbi8avnzyvwgyzjplkd0fkcrgfs44bsf";
};
buildInputs = [perl openldap pam db cyrus_sasl libcap expat libxml2
libtool openssl];
Expand Down

0 comments on commit e86c205

Please sign in to comment.