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>2023-01-02 18:44:39 -0500
committerRobert Helgesson <robert@rycee.net>2023-01-15 10:36:39 +0100
commitd18008b8ea2faed0b6e3eb3ef5240e91298f7d14 (patch)
tree8f6c1fdffc7275bbfaf6c8991a8812ff392b42c1 /pkgs/applications/editors/eclipse/plugins.nix
parent3c6fa9272fea5fe448b6f903cb4c73e3bb4d1d65 (diff)
downloadnixpkgs-d18008b8ea2faed0b6e3eb3ef5240e91298f7d14.tar
nixpkgs-d18008b8ea2faed0b6e3eb3ef5240e91298f7d14.tar.gz
nixpkgs-d18008b8ea2faed0b6e3eb3ef5240e91298f7d14.tar.bz2
nixpkgs-d18008b8ea2faed0b6e3eb3ef5240e91298f7d14.tar.lz
nixpkgs-d18008b8ea2faed0b6e3eb3ef5240e91298f7d14.tar.xz
nixpkgs-d18008b8ea2faed0b6e3eb3ef5240e91298f7d14.tar.zst
nixpkgs-d18008b8ea2faed0b6e3eb3ef5240e91298f7d14.zip
eclipses: 2022-09 -> 2022-12
drop .eclipseproduct workaround from 2012-12 /
8a7561ec09957e813048aba119f7459aa392f22d
Diffstat (limited to 'pkgs/applications/editors/eclipse/plugins.nix')
-rw-r--r--pkgs/applications/editors/eclipse/plugins.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix
index 8c9189466c8..5ae155f39f9 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -255,12 +255,12 @@ rec {
   cdt = buildEclipseUpdateSite rec {
     name = "cdt-${version}";
     # find current version at https://www.eclipse.org/cdt/downloads.php
-    version = "10.7.0";
+    version = "11.0.0";
 
     src = fetchzip {
       stripRoot = false;
       url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/tools/cdt/releases/${lib.versions.majorMinor version}/${name}/${name}.zip";
-      hash = "sha256-/lQ3TLFQ1IgwYM540gxAFiEGOfHQIQQMf/pqCZ29ztQ=";
+      hash = "sha256-2rt9crMqNFevIHFIdOGWDq+j0ZJPVt1a9Z7P9HG58Ks=";
     };
 
     meta = with lib; {