From 6fa4458f59160cdf9e82ad2138300b1041f510ad Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 5 Mar 2025 15:27:26 -0500 Subject: treewide: use flake Signed-off-by: Seth Flynn --- lwjgl.nix | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 lwjgl.nix (limited to 'lwjgl.nix') diff --git a/lwjgl.nix b/lwjgl.nix new file mode 100644 index 0000000..f860abb --- /dev/null +++ b/lwjgl.nix @@ -0,0 +1,25 @@ +{ + lwjgl = { + # Targets we want to build for + targets = [ + "x86_64-unknown-linux-gnu" + "i686-unknown-linux-gnu" + "aarch64-unknown-linux-gnu" + "armv7l-unknown-linux-gnueabihf" + "riscv64-unknown-linux-gnu" + ]; + + # Versions we're building + versions = { + "3.3.4" = { + hash = "sha256-U0pPeTqVoruqqhhMrBrczy0qt83a8atr8DyRcGgX/yI="; + antHash = "sha256-7jVlKBia8dJGuBjNwaljHBrXUep9KjOHHyZESayFnhs="; + }; + + "3.3.6" = { + hash = "sha256-iXwsTo394uoq8/jIlfNuQlXW1lnuge+5/+00O4UdvyA="; + antHash = "sha256-XNJpu6nS7gloQuKJadaUHeW0N9EpFKmJEib6/I2exVE="; + }; + }; + }; +} -- cgit v1.2.3