httpunit: update from 1.6 to 1.7
This commit is contained in:
parent
a2a1eb88cb
commit
49cfb2c896
@ -1,12 +1,12 @@
|
|||||||
{stdenv, fetchurl, unzip} :
|
{stdenv, fetchurl, unzip} :
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "httpunit-1.6";
|
name = "httpunit-1.7";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/httpunit/httpunit-1.6.zip;
|
url = mirror://sourceforge/httpunit/httpunit-1.7.zip;
|
||||||
md5 = "e94b53b9f4d7bdb706e4baac95b6e424";
|
sha256 = "09gnayqgizd8cjqayvdpkxrc69ipyxawc96aznfrgdhdiwv8l5zf";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit unzip;
|
inherit unzip;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user