From 56d45e9b998659d5adb28ba86de4053e9c9ef001 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Tue, 5 Apr 2016 20:07:22 +0200 Subject: [PATCH] eclipse-plugin-scala: 4.3.0.201512011535 -> 4.4.0.201604010956 --- pkgs/applications/editors/eclipse/plugins.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix index 0e0c75fcfc8..87603f20b89 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; {