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>2021-08-27 08:20:53 -0400
committerMatt McHenry <github@matt.mchenryfamily.org>2021-08-27 21:10:48 -0400
commit07d6a1a78c7d0833c05d140866708b076a60697e (patch)
treef4258a291d656e972f09b9d74424f0d0ed4af91d /pkgs/applications/editors/eclipse/plugins.nix
parent253aecf69ed7595aaefabde779aa6449195bebb7 (diff)
downloadnixpkgs-07d6a1a78c7d0833c05d140866708b076a60697e.tar
nixpkgs-07d6a1a78c7d0833c05d140866708b076a60697e.tar.gz
nixpkgs-07d6a1a78c7d0833c05d140866708b076a60697e.tar.bz2
nixpkgs-07d6a1a78c7d0833c05d140866708b076a60697e.tar.lz
nixpkgs-07d6a1a78c7d0833c05d140866708b076a60697e.tar.xz
nixpkgs-07d6a1a78c7d0833c05d140866708b076a60697e.tar.zst
nixpkgs-07d6a1a78c7d0833c05d140866708b076a60697e.zip
eclipses: 2021-03 -> 2021-06
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 5937311b5c9..839b079ce7b 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -248,12 +248,12 @@ rec {
   cdt = buildEclipseUpdateSite rec {
     name = "cdt-${version}";
     # find current version at https://www.eclipse.org/cdt/downloads.php
-    version = "10.2.0";
+    version = "10.3.2";
 
     src = fetchzip {
       stripRoot = false;
-      url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/tools/cdt/releases/10.2/${name}/${name}.zip";
-      sha256 = "1r30cbpbzw3dfcsn54p6sqip86dqhydhsppjgaz60b6z138vzx49";
+      url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/tools/cdt/releases/${lib.versions.majorMinor version}/${name}/${name}.zip";
+      sha256 = "0zrxgb8mkrzc1zm5225hzn8awj9yl5fd2dcr92692g0yg61nv4jd";
     };
 
     meta = with lib; {