haxe_4_0: init at 4.0.5

This commit is contained in:
sternenseemann 2021-03-31 00:13:25 +02:00 committed by sterni
parent a77870adf6
commit 56ba373d16
2 changed files with 5 additions and 0 deletions

View File

@ -126,6 +126,10 @@ in {
sed -i -re 's!(let +prefix_path += +).*( +in)!\1"'"$out/"'"\2!' src/main.ml
'';
};
haxe_4_0 = generic {
version = "4.0.5";
sha256 = "0f534pchdx0m057ixnk07ab4s518ica958pvpd0vfjsrxg5yjkqa";
};
haxe_4_1 = generic {
version = "4.1.5";
sha256 = "0rns6d28qzkbai6yyws08yzbyvxfn848nj0fsji7chdi0y7pzzj0";

View File

@ -10605,6 +10605,7 @@ in
inherit (callPackage ../development/compilers/haxe { })
haxe_4_2
haxe_4_1
haxe_4_0
haxe_3_4
haxe_3_2
;