summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-05-06 13:58:24 +0200
committerRobert Helgesson <robert@rycee.net>2016-05-06 13:59:01 +0200
commit1a5b5593d62e011679a8c1c66095a9faa38647dc (patch)
tree2ae93993f58ac51afca00867496240a0808d4257 /pkgs/applications/editors/eclipse
parent273e160a12d473d3e87a971a8c9b4ba123f9e0d5 (diff)
downloadnixlib-1a5b5593d62e011679a8c1c66095a9faa38647dc.tar
nixlib-1a5b5593d62e011679a8c1c66095a9faa38647dc.tar.gz
nixlib-1a5b5593d62e011679a8c1c66095a9faa38647dc.tar.bz2
nixlib-1a5b5593d62e011679a8c1c66095a9faa38647dc.tar.lz
nixlib-1a5b5593d62e011679a8c1c66095a9faa38647dc.tar.xz
nixlib-1a5b5593d62e011679a8c1c66095a9faa38647dc.tar.zst
nixlib-1a5b5593d62e011679a8c1c66095a9faa38647dc.zip
eclipse-plugin-scala: 4.4.0 -> 4.4.1
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 13c2795ea556..105863417845 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -360,11 +360,11 @@ rec {
 
   scala = buildEclipseUpdateSite rec {
     name = "scala-${version}";
-    version = "4.4.0.201604010956";
+    version = "4.4.1.201605041056";
 
     src = fetchzip {
       url = "http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/update-site.zip";
-      sha256 = "1yypzcf2iwlcj43vd6h9n4y2ka1gxjf5vm3yx87bgfbzbchzckz7";
+      sha256 = "13xgx2rwlll0l4bs0g6gyvrx5gcc0125vzn501fdj0wv2fqxn5lw";
     };
 
     meta = with stdenv.lib; {