Fix junit
This commit is contained in:
parent
22689567ed
commit
212a2a5c37
@ -1,13 +1,12 @@
|
|||||||
{stdenv, fetchgit, unzip} :
|
{stdenv, fetchurl, unzip} :
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "junit-4.8.2";
|
name = "junit-4.8.2";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchurl {
|
||||||
url = https://github.com/junit-team/junit.git;
|
url = https://github.com/downloads/junit-team/junit/junit4.8.2.zip;
|
||||||
rev = "refs/tags/r4.8.2";
|
sha256 = "01simvc3pmgp27p7vzavmsx5rphm6hqzwrqfkwllhf3812dcqxy6";
|
||||||
sha256 = "1w73l3x97kg8zmrp44xgvp3gr6sih0crm0dhhky6jiq915ba1dlh";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit unzip;
|
inherit unzip;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user