polipo: update from 1.0.4 to 1.0.4.1

This commit is contained in:
Nixpkgs Monitor 2013-12-04 03:41:12 +02:00 committed by Evgeny Egorochkin
parent a0c425144e
commit 1fba241e7d

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "polipo-${version}";
version = "1.0.4";
version = "1.0.4.1";
src = fetchurl {
url = "http://freehaven.net/~chrisd/polipo/${name}.tar.gz";
sha256 = "0dh4kjj6vfb75nxv7q3y2kvxsq8cwrd8svsrypa810jln8x8lign";
sha256 = "1ykwkyvmdw6fsaj2hc40971pkwf60hvi9c43whijim00qvgbyvwd";
};
buildInputs = [ texinfo ];