Skip to content

Commit

Permalink
Merge pull request #122957 from LeSuisse/squid-4.15-20.09
Browse files Browse the repository at this point in the history
[20.09] squid: 4.14 -> 4.15
  • Loading branch information
7c6f434c committed May 14, 2021
2 parents b28710a + b550cc8 commit 21ff930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/squid/default.nix
Expand Up @@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
pname = "squid";
version = "4.14";
version = "4.15";

src = fetchurl {
url = "http://www.squid-cache.org/Versions/v4/${pname}-${version}.tar.xz";
sha256 = "sha256-8Ql9qmQ0iXwVm8EAl4tRNHwDOQQWEIRdCvoSgVFyn/w=";
sha256 = "sha256-tpOk5asoEaioVPYN4KYq+786lSux0EeVLJrgEyH4SiU=";
};

nativeBuildInputs = [ pkgconfig ];
Expand All @@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A caching proxy for the Web supporting HTTP, HTTPS, FTP, and more";
homepage = "http://www.squid-cache.org";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ fpletz raskin ];
};
Expand Down

0 comments on commit 21ff930

Please sign in to comment.