mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
spark_16: removed ancient (insecure) version
This commit is contained in:
parent
9213d0cfa5
commit
e250ca072a
@ -6,10 +6,6 @@
|
||||
|
||||
let
|
||||
versionMap = {
|
||||
"1.6.3" = {
|
||||
hadoopVersion = "cdh4";
|
||||
sparkSha256 = "00il083cjb9xqzsma2ifphq9ggichwndrj6skh2z5z9jk3z0lgyn";
|
||||
};
|
||||
"2.2.0" = {
|
||||
hadoopVersion = "hadoop2.7";
|
||||
sparkSha256 = "0wjjn2pgalrcji8avhj5d48kl1mf7rhrdxhzf29dbiszq4fkx0s6";
|
||||
|
@ -6964,7 +6964,6 @@ with pkgs;
|
||||
self = callPackage_i686 ../development/interpreters/self { };
|
||||
|
||||
spark = spark_22;
|
||||
spark_16 = callPackage ../applications/networking/cluster/spark { version = "1.6.3"; };
|
||||
spark_22 = callPackage ../applications/networking/cluster/spark { version = "2.2.0"; };
|
||||
|
||||
spidermonkey_1_8_5 = callPackage ../development/interpreters/spidermonkey/1.8.5.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user