nim: 0.11 -> 0.11.2

This commit is contained in:
Christine Dodrill 2015-08-13 00:33:52 -07:00
parent 2f62815520
commit 01b455dd66
1 changed files with 2 additions and 2 deletions

View File

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