3
0
Fork 0
forked from mirrors/nixpkgs

neko: Update to new upstream version 2.0.0.

This is required in order to support Haxe 3, but won't hurt (tested with a few
projects) even in Haxe 2.x.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2013-03-26 19:53:05 +01:00
parent 463378f7cc
commit 735779cee4
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "neko-${version}";
version = "1.8.2";
version = "2.0.0";
src = fetchurl {
url = "http://nekovm.org/_media/neko-${version}.tar.gz";
sha256 = "099727w6dk689z3pcgbhsqjl74zzrh82a5vb2abxynamcqxcgz1w";
sha256 = "1lcm1ahbklfpd5lnqjwmvyj2vr85jbq57hszk5jgq0x6yx6p3927";
};
prePatch = with stdenv.lib; let