summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse/plugins.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2018-06-28 21:37:29 +0200
committerRobert Helgesson <robert@rycee.net>2018-06-29 16:52:19 +0200
commit8e78a9a68fea58147541444e9cd57d7043be3ee7 (patch)
tree01975c0a801d23ecb53ae0d065413e7cef703fce /pkgs/applications/editors/eclipse/plugins.nix
parent78601c097cb5420b43fda3be44e5e9d497a1980c (diff)
downloadnixpkgs-8e78a9a68fea58147541444e9cd57d7043be3ee7.tar
nixpkgs-8e78a9a68fea58147541444e9cd57d7043be3ee7.tar.gz
nixpkgs-8e78a9a68fea58147541444e9cd57d7043be3ee7.tar.bz2
nixpkgs-8e78a9a68fea58147541444e9cd57d7043be3ee7.tar.lz
nixpkgs-8e78a9a68fea58147541444e9cd57d7043be3ee7.tar.xz
nixpkgs-8e78a9a68fea58147541444e9cd57d7043be3ee7.tar.zst
nixpkgs-8e78a9a68fea58147541444e9cd57d7043be3ee7.zip
eclipse-plugin-jdt: 4.7.3a -> 4.8
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 801583299ab..28fe3e294b5 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.7.3a";
+    version = "4.8";
 
     src = fetchzip {
       stripRoot = false;
-      url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.7.3a-201803300640/org.eclipse.jdt-4.7.3a.zip;
-      sha256 = "10dndhqz894xf79zz07dlmkn7k33mn42nbmycr78xz6d2jy8cscx";
+      url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.8-201806110500/org.eclipse.jdt-4.8.zip;
+      sha256 = "1my0d1114mx5gzxmwqlx0rcny39ly97ixlwx53ljk6qcryhdnr88";
     };
 
     meta = with stdenv.lib; {