haxe: 3.1.3 -> 3.2.1

This commit is contained in:
Alexei Boronine
2016-12-16 21:54:30 +08:00
parent 38ea64e867
commit 0a1278a679
2 changed files with 22 additions and 20 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
{ stdenv, fetchgit, ocaml, zlib, neko, camlp4 }:
stdenv.mkDerivation {
name = "haxe-3.1.3";
name = "haxe-3.2.1";
buildInputs = [ocaml zlib neko camlp4];
src = fetchgit {
url = "https://github.com/HaxeFoundation/haxe.git";
sha256 = "0d8s9yqsqcbr2lfw4xnmg7vzgb6k1jq6hlwwaf1kmn9wxpvcc6x9";
sha256 = "1x9ay5a2llq46fww3k07jxx8h1vfpyxb522snc6702a050ki5vz3";
fetchSubmodules = true;
# Tag 3.1.3
rev = "7be30670b2f1f9b6082499c8fb9e23c0a6df6c28";
# Tag 3.2.1
rev = "deab4424399b520750671e51e5f5c2684e942c17";
};
prePatch = ''