2015-06-29 12:58:07 +02:00
|
|
|
{ fetchzip }:
|
|
|
|
|
|
|
|
rec {
|
2016-10-03 17:58:38 +02:00
|
|
|
version = "3.5.0";
|
2015-06-29 12:58:07 +02:00
|
|
|
src = fetchzip {
|
2016-07-27 01:16:23 +02:00
|
|
|
url = "https://github.com/NICMx/releases/raw/master/Jool/Jool-${version}.zip";
|
2016-10-03 17:58:38 +02:00
|
|
|
sha256 = "06jp6gpfryn66q0z4w3gwkvfr17bcrjvys597nj49pxfiz4vczb2";
|
2015-06-29 12:58:07 +02:00
|
|
|
};
|
|
|
|
}
|