about summary refs log tree commit diff
path: root/pkgs/development/interpreters/erlang
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-07-01 09:08:37 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-07-01 09:08:37 +0000
commit5b4e3a5b40ce3f56bbb5c600e60e1a9700254d86 (patch)
tree5acda2f145f05f72cac6b6e0866b8f8268f70714 /pkgs/development/interpreters/erlang
parente312c443fcf94a0e77a7a102fe35dadc1fabc107 (diff)
Adding Wings 3D (as a side effect, update erlang, and add esdl).
svn path=/nixpkgs/trunk/; revision=22436
Diffstat (limited to 'pkgs/development/interpreters/erlang')
-rw-r--r--pkgs/development/interpreters/erlang/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/erlang/default.nix b/pkgs/development/interpreters/erlang/default.nix
index 37b78942dad77..b11ef944c382e 100644
--- a/pkgs/development/interpreters/erlang/default.nix
+++ b/pkgs/development/interpreters/erlang/default.nix
@@ -1,12 +1,12 @@
 args: with args;
 
-let version = "R13B"; in
+let version = "R14A"; in
 
 stdenv.mkDerivation {
   name = "erlang-" + version;
   src = fetchurl {
     url = "http://www.erlang.org/download/otp_src_" + version + ".tar.gz";
-    sha256 = "112889v9axhrk9x9swcgql5kpj19p14504m06h4n7b99irzxf4rg";
+    sha256 = "170n5p6al1bxwngdmafm1c6892xjxppb96gzgki9gfb0mla6li73";
   };
   buildInputs = [perl gnum4 ncurses openssl];
   patchPhase = '' sed -i "s@/bin/rm@rm@" lib/odbc/configure erts/configure '';