spark: 2.2.1 -> 2.4.3

This commit is contained in:
kjuvi 2019-05-19 17:14:05 +02:00
parent bcc56cbce6
commit 9c17484327
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
let
sha256 = {
"1.6.3" = "142hw73wf20d846l83ydx0yg7qj5qxywm4h7qrhwnd7lsy2sbnjf";
"2.2.1" = "10nxsf9a6hj1263sxv0cbdqxdb8mb4cl6iqq32ljq9ydvk32s99c";
"2.4.3" = "1dvvr1q3dz961bl7qigxngrp4ssrbll3g1s6nkra6gyr83pis96c";
}.${version};
in

View file

@ -8535,8 +8535,8 @@ in
self = pkgsi686Linux.callPackage ../development/interpreters/self { };
spark = spark_22;
spark_22 = callPackage ../applications/networking/cluster/spark { version = "2.2.1"; };
spark = spark_24;
spark_24 = callPackage ../applications/networking/cluster/spark { version = "2.4.3"; };
spidermonkey_1_8_5 = callPackage ../development/interpreters/spidermonkey/1.8.5.nix { };
spidermonkey_38 = callPackage ../development/interpreters/spidermonkey/38.nix ({