mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Update scala to 2.9.2
svn path=/nixpkgs/trunk/; revision=33861
This commit is contained in:
parent
b5c67150cf
commit
8e510f1888
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@
|
|||
# at runtime, need jre or jdk
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "scala-2.8.1";
|
||||
name = "scala-2.9.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.scala-lang.org/downloads/distrib/files/${name}.final.tgz";
|
||||
sha256 = "0lf76fclvd5l2as3gvzx9jc1b9narx4j046111bmbkcwqw7iw8bl";
|
||||
url = "http://www.scala-lang.org/downloads/distrib/files/${name}.tgz";
|
||||
sha256 = "0s1shpzw2hyz7bwxdqq19rcrzbpq4d7b0kvdvjvhy7h05x496b46";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue