Merge pull request #3285 from ehmry/polipo

Polipo
This commit is contained in:
Peter Simons
2014-07-16 18:29:11 +02:00
4 changed files with 126 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
{ stdenv, fetchurl, texinfo }:
stdenv.mkDerivation rec {
stdenv.mkDerivation rec {
name = "polipo-${version}";
version = "1.0.4.1";
version = "1.1.1";
src = fetchurl {
url = "http://freehaven.net/~chrisd/polipo/${name}.tar.gz";
sha256 = "1ykwkyvmdw6fsaj2hc40971pkwf60hvi9c43whijim00qvgbyvwd";
url = "http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/${name}.tar.gz";
sha256 = "05g09sg9qkkhnc2mxldm1w1xkxzs2ylybkjzs28w8ydbjc3pand2";
};
buildInputs = [ texinfo ];
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
homepage = http://www.pps.jussieu.fr/~jch/software/polipo/;
description = "A small and fast caching web proxy";
license = licenses.mit;
maintainers = [ maintainers.phreedom ];
maintainers = with maintainers; [ phreedom emery ];
platforms = platforms.all;
};
}