Scala: update to 2.9.3 and fix URL

Fixes #2613

It is a pull request by taku0 with a long story…
This commit is contained in:
Michael Raskin 2014-06-30 09:37:19 +04:00
parent 12e0c22e80
commit a2dacf72d3

View File

@ -3,11 +3,11 @@
# at runtime, need jre or jdk
stdenv.mkDerivation rec {
name = "scala-2.9.2";
name = "scala-2.9.3";
src = fetchurl {
url = "http://www.scala-lang.org/downloads/distrib/files/${name}.tgz";
sha256 = "0s1shpzw2hyz7bwxdqq19rcrzbpq4d7b0kvdvjvhy7h05x496b46";
url = "http://www.scala-lang.org/files/archive/${name}.tgz";
sha256 = "faaab229f78c945063e8fd31c045bc797c731194296d7a4f49863fd87fc4e7b9";
};
installPhase = ''