summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@homotopic.tech>2022-06-26 14:29:35 +0000
committerDaniel Firth <dan.firth@homotopic.tech>2022-06-29 15:26:18 +0000
commit411074a6ef78e464609f0fcd591a15aa972711a1 (patch)
treeb32f7a5b7093f2966224c3e685d421bb75a7c88a
parentb1987d775203691b820f8c4bc793fb6dc0111f24 (diff)
downloadnixpkgs-411074a6ef78e464609f0fcd591a15aa972711a1.tar
nixpkgs-411074a6ef78e464609f0fcd591a15aa972711a1.tar.gz
nixpkgs-411074a6ef78e464609f0fcd591a15aa972711a1.tar.bz2
nixpkgs-411074a6ef78e464609f0fcd591a15aa972711a1.tar.lz
nixpkgs-411074a6ef78e464609f0fcd591a15aa972711a1.tar.xz
nixpkgs-411074a6ef78e464609f0fcd591a15aa972711a1.tar.zst
nixpkgs-411074a6ef78e464609f0fcd591a15aa972711a1.zip
haxePackages.heaps: init at 1.9.1
-rw-r--r--pkgs/top-level/haxe-packages.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/top-level/haxe-packages.nix b/pkgs/top-level/haxe-packages.nix
index 24ecc6362a3..bda390e255d 100644
--- a/pkgs/top-level/haxe-packages.nix
+++ b/pkgs/top-level/haxe-packages.nix
@@ -66,6 +66,13 @@ let
       meta.description = "A Haxe Library for supporting different file formats";
     };
 
+    heaps = buildHaxeLib {
+      libname = "heaps";
+      version = "1.9.1";
+      sha256 = "sha256-i5EIKnph80eEEHvGXDXhIL4t4+RW7OcUV5zb2f3ItlI=";
+      meta.description = "The GPU Game Framework";
+    };
+
     hlopenal = buildHaxeLib {
       libname = "hlopenal";
       version = "1.5.0";