about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-04-05 20:07:22 +0200
committerRobert Helgesson <robert@rycee.net>2016-04-05 20:08:26 +0200
commit56d45e9b998659d5adb28ba86de4053e9c9ef001 (patch)
tree3fab80bb55a8f693b2962faf09f6ef0c5e621d24 /pkgs
parent8f7d11e39c662bf7acd4e8cb05b6d3596bdbf203 (diff)
downloadnixlib-56d45e9b998659d5adb28ba86de4053e9c9ef001.tar
nixlib-56d45e9b998659d5adb28ba86de4053e9c9ef001.tar.gz
nixlib-56d45e9b998659d5adb28ba86de4053e9c9ef001.tar.bz2
nixlib-56d45e9b998659d5adb28ba86de4053e9c9ef001.tar.lz
nixlib-56d45e9b998659d5adb28ba86de4053e9c9ef001.tar.xz
nixlib-56d45e9b998659d5adb28ba86de4053e9c9ef001.tar.zst
nixlib-56d45e9b998659d5adb28ba86de4053e9c9ef001.zip
eclipse-plugin-scala: 4.3.0.201512011535 -> 4.4.0.201604010956
Diffstat (limited to 'pkgs')
-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 0e0c75fcfc88..87603f20b89a 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -359,11 +359,11 @@ rec {
 
   scala = buildEclipseUpdateSite rec {
     name = "scala-${version}";
-    version = "4.3.0.201512011535";
+    version = "4.4.0.201604010956";
 
     src = fetchzip {
       url = "http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/update-site.zip";
-      sha256 = "1j0qw4frkvvmyl64wdbznglgjjr9sfg8wb9npar0x7qv1hj4hw3x";
+      sha256 = "1yypzcf2iwlcj43vd6h9n4y2ka1gxjf5vm3yx87bgfbzbchzckz7";
     };
 
     meta = with stdenv.lib; {