3
0
Fork 0
forked from mirrors/nixpkgs

httpunit: update from 1.6 to 1.7

This commit is contained in:
Nixpkgs Monitor 2013-12-16 00:49:32 +02:00 committed by Evgeny Egorochkin
parent a2a1eb88cb
commit 49cfb2c896

View file

@ -1,12 +1,12 @@
{stdenv, fetchurl, unzip} :
stdenv.mkDerivation {
name = "httpunit-1.6";
name = "httpunit-1.7";
builder = ./builder.sh;
src = fetchurl {
url = mirror://sourceforge/httpunit/httpunit-1.6.zip;
md5 = "e94b53b9f4d7bdb706e4baac95b6e424";
url = mirror://sourceforge/httpunit/httpunit-1.7.zip;
sha256 = "09gnayqgizd8cjqayvdpkxrc69ipyxawc96aznfrgdhdiwv8l5zf";
};
inherit unzip;