summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse/plugins.nix
diff options
context:
space:
mode:
authorMatt McHenry <github@matt.mchenryfamily.org>2020-03-23 09:18:15 -0400
committerRobert Helgesson <robert@rycee.net>2020-03-23 23:11:18 +0100
commit05096867a5eeab95310b3dee408fe6802ba9e26b (patch)
treef1c8651f6d6dd299e76ccd8663a3509ed9e0a8aa /pkgs/applications/editors/eclipse/plugins.nix
parent3a6d2f7d30a679dd3ef72c3dc68223e259c3dfb6 (diff)
downloadnixpkgs-05096867a5eeab95310b3dee408fe6802ba9e26b.tar
nixpkgs-05096867a5eeab95310b3dee408fe6802ba9e26b.tar.gz
nixpkgs-05096867a5eeab95310b3dee408fe6802ba9e26b.tar.bz2
nixpkgs-05096867a5eeab95310b3dee408fe6802ba9e26b.tar.lz
nixpkgs-05096867a5eeab95310b3dee408fe6802ba9e26b.tar.xz
nixpkgs-05096867a5eeab95310b3dee408fe6802ba9e26b.tar.zst
nixpkgs-05096867a5eeab95310b3dee408fe6802ba9e26b.zip
eclipses: 2019-12 -> 2020-03
Diffstat (limited to 'pkgs/applications/editors/eclipse/plugins.nix')
-rw-r--r--pkgs/applications/editors/eclipse/plugins.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix
index 87c32c30e19..a60b1a2ae51 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -254,12 +254,12 @@ rec {
 
   cdt = buildEclipseUpdateSite rec {
     name = "cdt-${version}";
-    version = "9.10.0";
+    version = "9.11.0";
 
     src = fetchzip {
       stripRoot = false;
-      url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/tools/cdt/releases/9.10/${name}/${name}.zip";
-      sha256 = "11nbrcvgbg9l3cmp3v3y8y0vldzcf6qlpp185a6dzabdcij6gz5m";
+      url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/tools/cdt/releases/9.11/${name}/${name}.zip";
+      sha256 = "1730w6rbv649nzfalfd10p2ph0z9rbrrcflga0n1dpmg181xh9lk";
     };
 
     meta = with stdenv.lib; {
@@ -474,12 +474,12 @@ rec {
 
   jdt = buildEclipseUpdateSite rec {
     name = "jdt-${version}";
-    version = "4.14";
+    version = "4.15";
 
     src = fetchzip {
       stripRoot = false;
-      url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.14-201912100610/org.eclipse.jdt-4.14.zip;
-      sha256 = "1c2a23qviv58xljpq3yb37ra8cqw7jh52hmzqlg1nij2sdxb6hm5";
+      url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-${version}-202003050155/org.eclipse.jdt-${version}.zip";
+      sha256 = "1dm4qgfb6rm7w0dk8br071c7wy0ybp7zrwvr3i02c2bxzy2psz7q";
     };
 
     meta = with stdenv.lib; {