summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse/plugins.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2017-12-20 23:22:27 +0100
committerRobert Helgesson <robert@rycee.net>2017-12-20 23:24:41 +0100
commitd30f5f8a2e3511d8b88f2c03334fff13b9c2ff44 (patch)
tree336d8a7e3a37947f9f319aeb74c0ec1f4e827282 /pkgs/applications/editors/eclipse/plugins.nix
parent53acbe8156cbf4200552ed477595aa7c5c3db72d (diff)
downloadnixpkgs-d30f5f8a2e3511d8b88f2c03334fff13b9c2ff44.tar
nixpkgs-d30f5f8a2e3511d8b88f2c03334fff13b9c2ff44.tar.gz
nixpkgs-d30f5f8a2e3511d8b88f2c03334fff13b9c2ff44.tar.bz2
nixpkgs-d30f5f8a2e3511d8b88f2c03334fff13b9c2ff44.tar.lz
nixpkgs-d30f5f8a2e3511d8b88f2c03334fff13b9c2ff44.tar.xz
nixpkgs-d30f5f8a2e3511d8b88f2c03334fff13b9c2ff44.tar.zst
nixpkgs-d30f5f8a2e3511d8b88f2c03334fff13b9c2ff44.zip
eclipse: version updates
- eclipse-platform: 4.7.1a -> 4.7.2
- eclipse-plugin-jdt: 4.7.1a -> 4.7.2
- eclipse-sdk: 4.7.1a -> 4.7.2
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 8d96a79b3c3..594739f568e 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -362,12 +362,12 @@ rec {
 
   jdt = buildEclipseUpdateSite rec {
     name = "jdt-${version}";
-    version = "4.7.1a";
+    version = "4.7.2";
 
     src = fetchzip {
       stripRoot = false;
-      url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.7.1a-201710090410/org.eclipse.jdt-4.7.1a.zip;
-      sha256 = "1hpvpj8ghfk8aqbzfrpcxw3wxrczq6zd3bpx4sxjrsi926jsjaf4";
+      url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.7.2-201711300510/org.eclipse.jdt-4.7.2.zip;
+      sha256 = "1yzqnjs88cdyyqv8f1g8fbfyccci29f3pzxxvaz7szxicwzn59mz";
     };
 
     meta = with stdenv.lib; {