spark_22: 2.2.0 -> 2.2.1

+3 -4
+2 -3
pkgs/applications/networking/cluster/spark/default.nix
··· 6 6 7 7 let 8 8 versionMap = { 9 - "2.2.0" = { 9 + "2.2.1" = { 10 10 hadoopVersion = "hadoop2.7"; 11 - sparkSha256 = "0wjjn2pgalrcji8avhj5d48kl1mf7rhrdxhzf29dbiszq4fkx0s6"; 11 + sparkSha256 = "10nxsf9a6hj1263sxv0cbdqxdb8mb4cl6iqq32ljq9ydvk32s99c"; 12 12 }; 13 13 }; 14 14 in ··· 63 63 license = stdenv.lib.licenses.asl20; 64 64 platforms = stdenv.lib.platforms.all; 65 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 66 repositories.git = git://git.apache.org/spark.git; 68 67 }; 69 68 }
+1 -1
pkgs/top-level/all-packages.nix
··· 6964 6964 self = callPackage_i686 ../development/interpreters/self { }; 6965 6965 6966 6966 spark = spark_22; 6967 - spark_22 = callPackage ../applications/networking/cluster/spark { version = "2.2.0"; }; 6967 + spark_22 = callPackage ../applications/networking/cluster/spark { version = "2.2.1"; }; 6968 6968 6969 6969 spidermonkey_1_8_5 = callPackage ../development/interpreters/spidermonkey/1.8.5.nix { }; 6970 6970 spidermonkey_17 = callPackage ../development/interpreters/spidermonkey/17.nix { };