about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2015-09-23 18:23:12 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2015-09-23 18:23:12 +0300
commitb81e25ef49430ae46d09464d97bb0ae2ae5193f8 (patch)
treeae9ba4df726a5b0be657fe62d0bc9a9f07b802b0
parent69db836dbca3d581a40837f9f80bc41ffcaf2f14 (diff)
parent17c468c9c7117e663b184641389c5f21858d4298 (diff)
downloadnixlib-b81e25ef49430ae46d09464d97bb0ae2ae5193f8.tar
nixlib-b81e25ef49430ae46d09464d97bb0ae2ae5193f8.tar.gz
nixlib-b81e25ef49430ae46d09464d97bb0ae2ae5193f8.tar.bz2
nixlib-b81e25ef49430ae46d09464d97bb0ae2ae5193f8.tar.lz
nixlib-b81e25ef49430ae46d09464d97bb0ae2ae5193f8.tar.xz
nixlib-b81e25ef49430ae46d09464d97bb0ae2ae5193f8.tar.zst
nixlib-b81e25ef49430ae46d09464d97bb0ae2ae5193f8.zip
Merge pull request #10008 from rycee/fix/eclipse-plugin-scala
eclipse-plugin-scala: 4.1.1 -> 4.1.1.20150911
-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 9d85c05206a8..b80d63f69d34 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";
+    version = "4.1.1.20150911";
 
     src = fetchzip {
       url = "http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/update-site.zip";
-      sha256 = "0x5cdcm7p2ynz5ryw041gb150sripf9i4m1yrfqklnn581yqm6y8";
+      sha256 = "03g24sjivm7kzy64wwjs4ihf9vrb6703lb7bx3jafxzcwqm0pj1i";
     };
 
     meta = with stdenv.lib; {