summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2020-01-24 20:14:31 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2020-01-24 20:18:14 +0100
commit804fbc9c8753faf41e58149ec7c31187b78fe46e (patch)
treeaacc12220fbd39d707414964dc4928d1daebd61e /pkgs/applications/editors/eclipse
parentadcbe7baeb300b4951499de37f8704b568318bd2 (diff)
eclipses.plugins.cdt: fix source hash
Diffstat (limited to 'pkgs/applications/editors/eclipse')
-rw-r--r--pkgs/applications/editors/eclipse/plugins.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix
index dea00c99d7e0..87c32c30e190 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -259,7 +259,7 @@ rec {
src = fetchzip {
stripRoot = false;
url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/tools/cdt/releases/9.10/${name}/${name}.zip";
- sha256 = "0rjm91j0h1aq9lq4sdwgp9b2yp4w9lr13n82z32dw3gz3nby1mvi";
+ sha256 = "11nbrcvgbg9l3cmp3v3y8y0vldzcf6qlpp185a6dzabdcij6gz5m";
};
meta = with stdenv.lib; {