aspectj: use sha256 hash
This commit is contained in:
parent
c3e4c2f179
commit
0f35029959
@ -1,12 +1,12 @@
|
|||||||
{stdenv, fetchurl, jre}:
|
{stdenv, fetchurl, jre}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "aspectj-1.5.2";
|
name = "aspectj-1.5.2";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/technology/aspectj/aspectj-1.5.2.jar;
|
url = "http://archive.eclipse.org/tools/aspectj/${name}.jar";
|
||||||
md5 = "64245d451549325147e3ca1ec4c9e57c";
|
sha256 = "1b3mx248dc1xka1vgsl0jj4sm0nfjsqdcj9r9036mvixj1zj3nmh";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit jre;
|
inherit jre;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user