flink: 1.5.0 -> 1.6.0
This commit is contained in:
parent
61b2e0cba8
commit
3de8769c87
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue