polipo: update to 1.1.1

This commit is contained in:
Emery Hemingway 2014-07-15 10:07:25 -04:00
parent a9858101bc
commit 0d781369c0

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;
};
}