Merge pull request #9229 from Xe/update/nim

Update nim to version 0.11.2
This commit is contained in:
Arseniy Seroka 2015-08-13 17:27:36 +03:00
commit 47acbac546

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, unzip }:
stdenv.mkDerivation rec {
name = "nim-0.11.0";
name = "nim-0.11.2";
buildInputs = [ unzip ];
src = fetchurl {
url = "http://nim-lang.org/download/${name}.zip";
sha256 = "0l19rrp6nhwhr2z33np4x32c35iba0hhv6w3qwj1sk8bjfpvz4cw";
sha256 = "0ay8gkd8fki3d8kbnw2px7rjdlr54kyqh5n1rjhq4vjmqs2wg5s4";
};
buildPhase = "sh build.sh";