flink: 1.5.0 -> 1.6.0

This commit is contained in:
Maximilian Bode 2018-09-14 18:35:06 +02:00
parent 61b2e0cba8
commit 3de8769c87
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, makeWrapper, jre
, version ? "1.5" }:
, version ? "1.6" }:
let
versionMap = {
@ -21,6 +21,12 @@ let
sha256 = "0n5023dj8ivmbhqxmb3abmfh3ahb9vmcywq5i0ll5p7xxcw2c1cv";
hadoopBundle = "";
};
"1.6" = {
flinkVersion = "1.6.0";
scalaVersion = "2.11";
sha256 = "18fnpldzs36qx7myr9rmym9g9p3qkgnd1z3lfkpbaw590ddaqr9i";
hadoopBundle = "";
};
};
in

View File

@ -16338,6 +16338,7 @@ with pkgs;
flink = callPackage ../applications/networking/cluster/flink { };
flink_1_3 = flink.override { version = "1.3"; };
flink_1_4 = flink.override { version = "1.4"; };
flink_1_5 = flink.override { version = "1.5"; };
fluidsynth = callPackage ../applications/audio/fluidsynth {
inherit (darwin.apple_sdk.frameworks) AudioUnit CoreAudio CoreMIDI CoreServices;