summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2017-03-26 16:07:21 +0200
committerChristine Koppelt <cko@users.noreply.github.com>2017-03-26 16:07:21 +0200
commit9d18de5f88b1da69ad6bbfcd7a607b95d431ecc2 (patch)
tree898c0593b65ddb753aa642bdca992c7d5ed127de /pkgs/applications/networking
parent6c17ad677c4970c87e8562574ea7e6fbf12b0813 (diff)
downloadnixlib-9d18de5f88b1da69ad6bbfcd7a607b95d431ecc2.tar
nixlib-9d18de5f88b1da69ad6bbfcd7a607b95d431ecc2.tar.gz
nixlib-9d18de5f88b1da69ad6bbfcd7a607b95d431ecc2.tar.bz2
nixlib-9d18de5f88b1da69ad6bbfcd7a607b95d431ecc2.tar.lz
nixlib-9d18de5f88b1da69ad6bbfcd7a607b95d431ecc2.tar.xz
nixlib-9d18de5f88b1da69ad6bbfcd7a607b95d431ecc2.tar.zst
nixlib-9d18de5f88b1da69ad6bbfcd7a607b95d431ecc2.zip
spark: 1.6.0 ->1.6.3
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/spark/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/spark/default.nix b/pkgs/applications/networking/cluster/spark/default.nix
index bdcb0a846259..702009723770 100644
--- a/pkgs/applications/networking/cluster/spark/default.nix
+++ b/pkgs/applications/networking/cluster/spark/default.nix
@@ -5,9 +5,9 @@
 
 let
   versionMap = {
-    "1.6.0" = {
+    "1.6.3" = {
                 hadoopVersion = "cdh4";
-                sparkSha256 = "19ycx1r8g82vkvzmn9wxkssmv2damrg72yfmrgzpc6xyh071g91c";
+                sparkSha256 = "00il083cjb9xqzsma2ifphq9ggichwndrj6skh2z5z9jk3z0lgyn";
               };
     "2.1.0" = {
                 hadoopVersion = "hadoop2.4";