httrack: upgrade 3.48.3 -> 3.48.17

This commit is contained in:
John Wiegley 2014-07-13 03:21:59 +00:00
parent 543a97e332
commit 8983cb0917

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, zlib, openssl }:
stdenv.mkDerivation rec {
version = "3.48.3";
version = "3.48.17";
name = "httrack-${version}";
src = fetchurl {
url = "http://mirror.httrack.com/httrack-${version}.tar.gz";
sha256 = "1lg5rrql01q3z7fwcij5p64r22x4vbswcky80gajx5f62kxlxn0r";
sha256 = "03q8sk7qihw9x4bfgfhv6523khgj13nilqps28qy7ndpzpggw9vn";
};
buildInputs = [ zlib openssl ];