Skip to content

Commit

Permalink
Merge pull request #95592 from risicle/ris-flink-1.11.1
Browse files Browse the repository at this point in the history
flink: 1.9.0 -> 1.11.1, addressing CVE-2020-1960
  • Loading branch information
worldofpeace authored Sep 7, 2020
2 parents 12a20ce + 67326df commit 53ce0bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/flink/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ let
sha256 = "18wqcqi3gyqd40nspih99gq7ylfs20b35f4dcrspffagwkfp2l4z";
};
"1.6" = {
flinkVersion = "1.9.0";
sha256 = "1dzfcmqz5j4b545wq2q3xb2xkbhqllr04s3av1afv54y61l5y952";
flinkVersion = "1.11.1";
sha256 = "0338bg2sb427c1rrf2cmsz63sz0yk6gclpli2lskq0mpx72wxpl0";
};
};
in
Expand All @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
buildInputs = [ jre ];

installPhase = ''
rm bin/*.bat
rm bin/*.bat || true
mkdir -p $out/bin $out/opt/flink
mv * $out/opt/flink/
Expand Down

0 comments on commit 53ce0bf

Please sign in to comment.