3
0
Fork 0
forked from mirrors/nixpkgs

httrack: update from 3.48.20 to 3.48.21

This commit is contained in:
Nixpkgs Monitor 2015-03-28 10:30:06 +01:00 committed by Moritz Ulrich
parent ad2b2a7997
commit c013130858

View file

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