about summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-01-27 00:39:42 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-01-27 19:33:28 +0100
commit49f55ebf97cdfbacb13f5a3a71571cdeecb6efcf (patch)
tree0a5f246fc4481fa53955bc97024c347e029d299b /pkgs/applications/editors/eclipse
parenta4fb3c27ccdc42c4793a333a75c3d02c477401b8 (diff)
downloadnixlib-49f55ebf97cdfbacb13f5a3a71571cdeecb6efcf.tar
nixlib-49f55ebf97cdfbacb13f5a3a71571cdeecb6efcf.tar.gz
nixlib-49f55ebf97cdfbacb13f5a3a71571cdeecb6efcf.tar.bz2
nixlib-49f55ebf97cdfbacb13f5a3a71571cdeecb6efcf.tar.lz
nixlib-49f55ebf97cdfbacb13f5a3a71571cdeecb6efcf.tar.xz
nixlib-49f55ebf97cdfbacb13f5a3a71571cdeecb6efcf.tar.zst
nixlib-49f55ebf97cdfbacb13f5a3a71571cdeecb6efcf.zip
eclipse-plugin-scala: 4.1.1.20151201 -> 4.3.0.201512011535
Diffstat (limited to 'pkgs/applications/editors/eclipse')
-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 7a1643e6d2a8..627266b6af0b 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -317,11 +317,11 @@ rec {
 
   scala = buildEclipseUpdateSite rec {
     name = "scala-${version}";
-    version = "4.1.1.20151201";
+    version = "4.3.0.201512011535";
 
     src = fetchzip {
       url = "http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/update-site.zip";
-      sha256 = "19iqaha9c5n5hkyn83xj8znkvshm4823d65zigbj97fz8gzrr0la";
+      sha256 = "1j0qw4frkvvmyl64wdbznglgjjr9sfg8wb9npar0x7qv1hj4hw3x";
     };
 
     meta = with stdenv.lib; {