fna3d: 24.12 -> 25.01

This commit is contained in:
R. Ryantm
2025-01-02 01:33:43 +00:00
parent e4f449ab51
commit 7417184aa1
+2 -2
View File
@@ -7,14 +7,14 @@
}:
stdenv.mkDerivation rec {
pname = "fna3d";
version = "24.12";
version = "25.01";
src = fetchFromGitHub {
owner = "FNA-XNA";
repo = "FNA3D";
rev = version;
fetchSubmodules = true;
hash = "sha256-ieodMkzBDPq8WCTEyPMENFxoGwrknWV6qsVCZmi0TwQ=";
hash = "sha256-0BD3aFIg3miBhGr6YuWJyrRxWsNnPNIFNiZSzPalJ/c=";
};
buildInputs = [ SDL2 ];