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>2022-07-20 16:46:01 -0400
committerRobert Helgesson <robert@rycee.net>2022-07-25 14:05:29 +0200
commita660bf0f558bf94396abfc9ecf40d757497cb09a (patch)
treeb8a95f4d9b6e244d4ac16cf7ccef8fa3bb3acd2a /pkgs/applications/editors/eclipse/plugins.nix
parent125cb5df81da531d05eaa1177b17cbbf17f49cea (diff)
downloadnixpkgs-a660bf0f558bf94396abfc9ecf40d757497cb09a.tar
nixpkgs-a660bf0f558bf94396abfc9ecf40d757497cb09a.tar.gz
nixpkgs-a660bf0f558bf94396abfc9ecf40d757497cb09a.tar.bz2
nixpkgs-a660bf0f558bf94396abfc9ecf40d757497cb09a.tar.lz
nixpkgs-a660bf0f558bf94396abfc9ecf40d757497cb09a.tar.xz
nixpkgs-a660bf0f558bf94396abfc9ecf40d757497cb09a.tar.zst
nixpkgs-a660bf0f558bf94396abfc9ecf40d757497cb09a.zip
eclipses: 2022-03 -> 2022-06
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 2571f4e0b49..1d1406160c7 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.6.0";
+    version = "10.7.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-eMvZ2UvPpUq1J4DDg6f+R1g217bnRjxmr5zWUAhef/c=";
+      hash = "sha256-/lQ3TLFQ1IgwYM540gxAFiEGOfHQIQQMf/pqCZ29ztQ=";
     };
 
     meta = with lib; {