about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWORLDofPEACE <worldofpeace@protonmail.ch>2020-09-07 15:30:28 -0400
committerGitHub <noreply@github.com>2020-09-07 15:30:28 -0400
commit53ce0bfc904a8e0dbe0d81cc1624815d4d8a038f (patch)
treee4c1877770e1b988092337161fef5e9f397879f7
parent12a20ce010d91f590939cb951d3a7f9f5d7a5acf (diff)
parent67326dfbe8d2fc00f4e80cb9238a9afbce46ec37 (diff)
Merge pull request #95592 from risicle/ris-flink-1.11.1
flink: 1.9.0 -> 1.11.1, addressing CVE-2020-1960
-rw-r--r--pkgs/applications/networking/cluster/flink/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/flink/default.nix b/pkgs/applications/networking/cluster/flink/default.nix
index 3d418f9a47fb8..f99c708161eb7 100644
--- a/pkgs/applications/networking/cluster/flink/default.nix
+++ b/pkgs/applications/networking/cluster/flink/default.nix
@@ -8,8 +8,8 @@ let
       sha256 = "18wqcqi3gyqd40nspih99gq7ylfs20b35f4dcrspffagwkfp2l4z";
     };
     "1.6" = {
-      flinkVersion = "1.9.0";
-      sha256 = "1dzfcmqz5j4b545wq2q3xb2xkbhqllr04s3av1afv54y61l5y952";
+      flinkVersion = "1.11.1";
+      sha256 = "0338bg2sb427c1rrf2cmsz63sz0yk6gclpli2lskq0mpx72wxpl0";
     };
   };
 in
@@ -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/