jclasslib: use sha256 hash
This commit is contained in:
parent
6f21a99bdd
commit
7ef36fface
@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
|||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/jclasslib/jclasslib_unix_2_0.tar.gz;
|
url = mirror://sourceforge/jclasslib/jclasslib_unix_2_0.tar.gz;
|
||||||
md5 = "31d91bb03fee23410689d2f1c4c439b1";
|
sha256 = "1y2fbg5h2p3fwcp7h5n1qib7x9svyrilq3i58vm6vany1xzg7nx5";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit jre xpf ant;
|
inherit jre xpf ant;
|
||||||
|
Loading…
Reference in New Issue
Block a user