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-10-04 14:21:15 -0400
committerMatt McHenry <github@matt.mchenryfamily.org>2021-10-04 16:02:35 -0400
commit1f4b61279f4a721b0c223c398bce35b461cb11b5 (patch)
tree0488c1286de9b8ddb0b8bfa738520af861ef3e65 /pkgs/applications/editors/eclipse/plugins.nix
parent31ffc50c571e6683e9ecc9dbcbd4a8e9914b4497 (diff)
downloadnixpkgs-1f4b61279f4a721b0c223c398bce35b461cb11b5.tar
nixpkgs-1f4b61279f4a721b0c223c398bce35b461cb11b5.tar.gz
nixpkgs-1f4b61279f4a721b0c223c398bce35b461cb11b5.tar.bz2
nixpkgs-1f4b61279f4a721b0c223c398bce35b461cb11b5.tar.lz
nixpkgs-1f4b61279f4a721b0c223c398bce35b461cb11b5.tar.xz
nixpkgs-1f4b61279f4a721b0c223c398bce35b461cb11b5.tar.zst
nixpkgs-1f4b61279f4a721b0c223c398bce35b461cb11b5.zip
eclipses: 2021-06 -> 2021-09
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 839b079ce7b..46a9b6c477a 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.3.2";
+    version = "10.4.1";
 
     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";
-      sha256 = "0zrxgb8mkrzc1zm5225hzn8awj9yl5fd2dcr92692g0yg61nv4jd";
+      sha256 = "1l3v6dryaqifwrv2h4knwmpyf11qbyl04p7gcvgrx3hczc82a6p1";
     };
 
     meta = with lib; {