1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

privoxy: update from 3.0.21 to 3.0.22

This commit is contained in:
Evgeny Egorochkin 2014-12-19 08:34:32 +02:00
parent 939edb1873
commit 4bf9039abf

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, autoreconfHook, zlib, pcre, w3m, man }:
stdenv.mkDerivation {
name = "privoxy-3.0.21";
name = "privoxy-3.0.22";
src = fetchurl {
url = mirror://sourceforge/ijbswa/Sources/3.0.21%20%28stable%29/privoxy-3.0.21-stable-src.tar.gz;
sha256 = "1f6xb7aa47p90c26vqaw74y6drs9gpnhxsgby3mx0awdjh0ydisy";
url = mirror://sourceforge/ijbswa/Sources/3.0.22%20%28stable%29/privoxy-3.0.22-stable-src.tar.gz;
sha256 = "0hfcxyb0i7dr6jfxw0y4kqcr09p8gjvcs7igyizyl5in3zn4y88s";
};
buildInputs = [ autoreconfHook zlib pcre w3m man ];