eclipse-platform: add latest version 4.6

[Bjørn: tweak commit message, make it clear that this is the
eclipse-platform variant.]

authored by

Karn Kallio and committed by
Bjørn Forsman
cdc50d05 1e2d0205

+16 -1
+16 -1
pkgs/applications/editors/eclipse/default.nix
··· 312 312 }; 313 313 eclipse_sdk_451 = eclipse-sdk-451; # backward compatibility, added 2016-01-30 314 314 315 - eclipse-platform = eclipse-platform-452; 315 + eclipse-platform = eclipse-platform-46; 316 316 317 317 eclipse-platform-45 = buildEclipse { 318 318 name = "eclipse-platform-4.5"; ··· 355 355 "i686-linux" = fetchurl { 356 356 url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk.tar.gz; 357 357 sha256 = "00jsmbrl4xhpbgd8hyxijgzqdic700kd3yw2qwgl0cs3ncvybxvq"; 358 + }; 359 + }; 360 + }; 361 + 362 + eclipse-platform-46 = buildEclipse { 363 + name = "eclipse-platform-4.6"; 364 + description = "Eclipse platform"; 365 + sources = { 366 + "x86_64-linux" = fetchurl { 367 + url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.6-201606061100/eclipse-SDK-4.6-linux-gtk-x86_64.tar.gz; 368 + sha256 = "02lfa0f4j53q4ks3nal4jxnm1vc6xck2k9zng58izfh49v73jyjd"; 369 + }; 370 + "i686-linux" = fetchurl { 371 + url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.6-201606061100/eclipse-SDK-4.6-linux-gtk.tar.gz; 372 + sha256 = "053hsy87jmr9phn934a4qny959d6inxjx8nlcmxa2165ra8d7qfr"; 358 373 }; 359 374 }; 360 375 };