summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2015-10-20 00:35:58 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-01-22 09:56:26 +0100
commitbf00cf745777b88e461f351aff497039178b6a9e (patch)
treebd7bf3cf665dc00680fef410581c945ce603bb97
parent799296d9e7de187ae9f573fefb72beff27146398 (diff)
downloadnixlib-bf00cf745777b88e461f351aff497039178b6a9e.tar
nixlib-bf00cf745777b88e461f351aff497039178b6a9e.tar.gz
nixlib-bf00cf745777b88e461f351aff497039178b6a9e.tar.bz2
nixlib-bf00cf745777b88e461f351aff497039178b6a9e.tar.lz
nixlib-bf00cf745777b88e461f351aff497039178b6a9e.tar.xz
nixlib-bf00cf745777b88e461f351aff497039178b6a9e.tar.zst
nixlib-bf00cf745777b88e461f351aff497039178b6a9e.zip
eclipse-plugin-cdt: 8.7.0 -> 8.8.0
-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 b56c185c1c8e..7a1643e6d2a8 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -152,12 +152,12 @@ rec {
 
   cdt = buildEclipseUpdateSite rec {
     name = "cdt-${version}";
-    version = "8.7.0";
+    version = "8.8.0";
 
     src = fetchzip {
       stripRoot = false;
-      url = "http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/tools/cdt/releases/8.7/${name}.zip";
-      sha256 = "0qpcjcl6n98x7ys4qz8p1x5hhk2ydrgh8w3r1kqk0zc7liqrx7vg";
+      url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/tools/cdt/releases/8.8/${name}.zip";
+      sha256 = "1i1m7g5128q21njgrkiw71y4vi4aqzz8xdd4iv80j3nsvhbv6cnm";
     };
 
     meta = with stdenv.lib; {