httrack: update from 3.48.19 to 3.48.20

This commit is contained in:
Moritz Ulrich 2014-11-18 21:20:53 +01:00
parent 818bd7dd1c
commit 48032400ca

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, zlib, openssl }: { stdenv, fetchurl, zlib, openssl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "3.48.19"; version = "3.48.20";
name = "httrack-${version}"; name = "httrack-${version}";
src = fetchurl { src = fetchurl {
url = "http://mirror.httrack.com/httrack-${version}.tar.gz"; url = "http://mirror.httrack.com/httrack-${version}.tar.gz";
sha256 = "1zlayvl6x0ck1g5rvmj7cc88w0an5f4y93r3g5l10hhhl87cvw0n"; sha256 = "129cpf324ihqxc8mvvkqjfanl17g60zfiqy1zx8ri56dkrg52mii";
}; };
buildInputs = [ zlib openssl ]; buildInputs = [ zlib openssl ];