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-22 00:41:18 +0100
committerRobert Helgesson <robert@rycee.net>2019-01-22 00:41:18 +0100
commitc076bd22338f1c31ee09fb8b4123407ee14337e8 (patch)
treebdf09943410a0eb50a1a5cd2ba9ae054cdc0014d /pkgs/applications/editors/eclipse/plugins.nix
parentf5836d2d8251683b7ece210675e046e11561e7a7 (diff)
downloadnixpkgs-c076bd22338f1c31ee09fb8b4123407ee14337e8.tar
nixpkgs-c076bd22338f1c31ee09fb8b4123407ee14337e8.tar.gz
nixpkgs-c076bd22338f1c31ee09fb8b4123407ee14337e8.tar.bz2
nixpkgs-c076bd22338f1c31ee09fb8b4123407ee14337e8.tar.lz
nixpkgs-c076bd22338f1c31ee09fb8b4123407ee14337e8.tar.xz
nixpkgs-c076bd22338f1c31ee09fb8b4123407ee14337e8.tar.zst
nixpkgs-c076bd22338f1c31ee09fb8b4123407ee14337e8.zip
Revert "eclipses: 4.9 -> 4.10"
This reverts commit 08bf7311f532a875ea1c561d79b20760ac49ee04.

See https://github.com/NixOS/nixpkgs/pull/54390#issuecomment-455930334
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 fbe96f2e8fb..30f381644ac 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.10";
+    version = "4.9";
 
     src = fetchzip {
       stripRoot = false;
-      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";
+      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";
     };
 
     meta = with stdenv.lib; {