spark_22: 2.2.0 -> 2.2.1

This commit is contained in:
Andreas Rammhold 2018-01-11 12:52:32 +01:00
parent e250ca072a
commit 3e2015c239
No known key found for this signature in database
GPG key ID: E432E410B5E48C86
2 changed files with 3 additions and 4 deletions

View file

@ -6,9 +6,9 @@
let let
versionMap = { versionMap = {
"2.2.0" = { "2.2.1" = {
hadoopVersion = "hadoop2.7"; hadoopVersion = "hadoop2.7";
sparkSha256 = "0wjjn2pgalrcji8avhj5d48kl1mf7rhrdxhzf29dbiszq4fkx0s6"; sparkSha256 = "10nxsf9a6hj1263sxv0cbdqxdb8mb4cl6iqq32ljq9ydvk32s99c";
}; };
}; };
in in
@ -63,7 +63,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
maintainers = with maintainers; [ thoughtpolice offline ]; maintainers = with maintainers; [ thoughtpolice offline ];
knownVulnerabilities = optional (!((versionAtLeast version "2.2.0") || (versionOlder version "2.2.0" && versionAtLeast version "2.1.2"))) "CVE-2017-12612";
repositories.git = git://git.apache.org/spark.git; repositories.git = git://git.apache.org/spark.git;
}; };
} }

View file

@ -6964,7 +6964,7 @@ with pkgs;
self = callPackage_i686 ../development/interpreters/self { }; self = callPackage_i686 ../development/interpreters/self { };
spark = spark_22; spark = spark_22;
spark_22 = callPackage ../applications/networking/cluster/spark { version = "2.2.0"; }; spark_22 = callPackage ../applications/networking/cluster/spark { version = "2.2.1"; };
spidermonkey_1_8_5 = callPackage ../development/interpreters/spidermonkey/1.8.5.nix { }; spidermonkey_1_8_5 = callPackage ../development/interpreters/spidermonkey/1.8.5.nix { };
spidermonkey_17 = callPackage ../development/interpreters/spidermonkey/17.nix { }; spidermonkey_17 = callPackage ../development/interpreters/spidermonkey/17.nix { };