Merge pull request #37006 from mbode/flink_1_4_2

flink: 1.4.0 -> 1.4.2
This commit is contained in:
Gabriel Ebner 2018-03-17 13:53:47 +01:00 committed by GitHub
commit a68b3da776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, makeWrapper, jre { stdenv, fetchurl, makeWrapper, jre
, version ? "1.3" }: , version ? "1.4" }:
let let
versionMap = { versionMap = {
@ -10,9 +10,9 @@ let
hadoopBundle = "-hadoop27"; hadoopBundle = "-hadoop27";
}; };
"1.4" = { "1.4" = {
flinkVersion = "1.4.0"; flinkVersion = "1.4.2";
scalaVersion = "2.11"; scalaVersion = "2.11";
sha256 = "0d80djx1im3h8mf60qzi12km1bbik8a5l3nks85jzi0r0xzfgkm6"; sha256 = "0x3cikys5brin0kx9zr69xfp8k5w6g8141yrrr26ks7gpss2x636";
hadoopBundle = ""; hadoopBundle = "";
}; };
}; };