forked from mirrors/nixpkgs
haxePackages.format: init at 3.5.0
This commit is contained in:
parent
41c91c48ee
commit
cd4eeacc7e
|
@ -59,6 +59,13 @@ let
|
|||
} // attrs.meta;
|
||||
});
|
||||
|
||||
format = buildHaxeLib {
|
||||
libname = "format";
|
||||
version = "3.5.0";
|
||||
sha256 = "sha256-5vZ7b+P74uGx0Gb7X/+jbsx5048dO/jv5nqCDtw5y/A=";
|
||||
meta.description = "A Haxe Library for supporting different file formats";
|
||||
};
|
||||
|
||||
hxcpp = buildHaxeLib rec {
|
||||
libname = "hxcpp";
|
||||
version = "4.1.15";
|
||||
|
|
Loading…
Reference in a new issue