tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
spark_22: 2.2.0 -> 2.2.1
Andreas Rammhold
8 years ago
3e2015c2
e250ca07
+3
-4
2 changed files
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
spark
default.nix
top-level
all-packages.nix
+2
-3
pkgs/applications/networking/cluster/spark/default.nix
···
6
7
let
8
versionMap = {
9
-
"2.2.0" = {
10
hadoopVersion = "hadoop2.7";
11
-
sparkSha256 = "0wjjn2pgalrcji8avhj5d48kl1mf7rhrdxhzf29dbiszq4fkx0s6";
12
};
13
};
14
in
···
63
license = stdenv.lib.licenses.asl20;
64
platforms = stdenv.lib.platforms.all;
65
maintainers = with maintainers; [ thoughtpolice offline ];
66
-
knownVulnerabilities = optional (!((versionAtLeast version "2.2.0") || (versionOlder version "2.2.0" && versionAtLeast version "2.1.2"))) "CVE-2017-12612";
67
repositories.git = git://git.apache.org/spark.git;
68
};
69
}
···
6
7
let
8
versionMap = {
9
+
"2.2.1" = {
10
hadoopVersion = "hadoop2.7";
11
+
sparkSha256 = "10nxsf9a6hj1263sxv0cbdqxdb8mb4cl6iqq32ljq9ydvk32s99c";
12
};
13
};
14
in
···
63
license = stdenv.lib.licenses.asl20;
64
platforms = stdenv.lib.platforms.all;
65
maintainers = with maintainers; [ thoughtpolice offline ];
0
66
repositories.git = git://git.apache.org/spark.git;
67
};
68
}
+1
-1
pkgs/top-level/all-packages.nix
···
6964
self = callPackage_i686 ../development/interpreters/self { };
6965
6966
spark = spark_22;
6967
-
spark_22 = callPackage ../applications/networking/cluster/spark { version = "2.2.0"; };
6968
6969
spidermonkey_1_8_5 = callPackage ../development/interpreters/spidermonkey/1.8.5.nix { };
6970
spidermonkey_17 = callPackage ../development/interpreters/spidermonkey/17.nix { };
···
6964
self = callPackage_i686 ../development/interpreters/self { };
6965
6966
spark = spark_22;
6967
+
spark_22 = callPackage ../applications/networking/cluster/spark { version = "2.2.1"; };
6968
6969
spidermonkey_1_8_5 = callPackage ../development/interpreters/spidermonkey/1.8.5.nix { };
6970
spidermonkey_17 = callPackage ../development/interpreters/spidermonkey/17.nix { };