summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse/plugins.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2019-01-21 00:27:27 +0100
committerRobert Helgesson <robert@rycee.net>2019-01-21 00:27:27 +0100
commit08bf7311f532a875ea1c561d79b20760ac49ee04 (patch)
treefe94757d3de41d453a7350f68f325218efce7596 /pkgs/applications/editors/eclipse/plugins.nix
parent2b0efd5c5ae36204dfe745b109f6a3baa99210c2 (diff)
downloadnixpkgs-08bf7311f532a875ea1c561d79b20760ac49ee04.tar
nixpkgs-08bf7311f532a875ea1c561d79b20760ac49ee04.tar.gz
nixpkgs-08bf7311f532a875ea1c561d79b20760ac49ee04.tar.bz2
nixpkgs-08bf7311f532a875ea1c561d79b20760ac49ee04.tar.lz
nixpkgs-08bf7311f532a875ea1c561d79b20760ac49ee04.tar.xz
nixpkgs-08bf7311f532a875ea1c561d79b20760ac49ee04.tar.zst
nixpkgs-08bf7311f532a875ea1c561d79b20760ac49ee04.zip
eclipses: 4.9 -> 4.10
This applies to Eclipse platform, SDK, and the JDT plugin.
Diffstat (limited to 'pkgs/applications/editors/eclipse/plugins.nix')
-rw-r--r--pkgs/applications/editors/eclipse/plugins.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix
index 30f381644ac..fbe96f2e8fb 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -470,12 +470,12 @@ rec {
 
   jdt = buildEclipseUpdateSite rec {
     name = "jdt-${version}";
-    version = "4.9";
+    version = "4.10";
 
     src = fetchzip {
       stripRoot = false;
-      url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.9-201809060745/org.eclipse.jdt-4.9.zip;
-      sha256 = "144rqrw0crxd2v862dqxm2p5y60n4pbzdryv709xnhcw54rycm7n";
+      url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.10-201812060815/org.eclipse.jdt-4.10.zip;
+      sha256 = "1h11w3zd6xy5w4sk6xnyb2a27wxwhp83qfx67ji7bzdrwbvljqkz";
     };
 
     meta = with stdenv.lib; {