Merge pull request #122708 from LeSuisse/squid-4.15
squid: 4.14 -> 4.15
This commit is contained in:
commit
37ee916e97
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "squid";
|
pname = "squid";
|
||||||
version = "4.14";
|
version = "4.15";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.squid-cache.org/Versions/v4/${pname}-${version}.tar.xz";
|
url = "http://www.squid-cache.org/Versions/v4/${pname}-${version}.tar.xz";
|
||||||
sha256 = "sha256-8Ql9qmQ0iXwVm8EAl4tRNHwDOQQWEIRdCvoSgVFyn/w=";
|
sha256 = "sha256-tpOk5asoEaioVPYN4KYq+786lSux0EeVLJrgEyH4SiU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A caching proxy for the Web supporting HTTP, HTTPS, FTP, and more";
|
description = "A caching proxy for the Web supporting HTTP, HTTPS, FTP, and more";
|
||||||
homepage = "http://www.squid-cache.org";
|
homepage = "http://www.squid-cache.org";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ fpletz raskin ];
|
maintainers = with maintainers; [ fpletz raskin ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user