fna3d: 24.11 -> 24.12

This commit is contained in:
R. Ryantm 2024-12-02 01:01:35 +00:00
parent 10f06c512e
commit e1d3f4f13c

View File

@ -7,14 +7,14 @@
}:
stdenv.mkDerivation rec {
pname = "fna3d";
version = "24.11";
version = "24.12";
src = fetchFromGitHub {
owner = "FNA-XNA";
repo = "FNA3D";
rev = version;
fetchSubmodules = true;
hash = "sha256-NTVaPY39acSRibGQjLuh5ZBGC1Zep/rybVcOU0WrNIw=";
hash = "sha256-ieodMkzBDPq8WCTEyPMENFxoGwrknWV6qsVCZmi0TwQ=";
};
buildInputs = [ SDL2 ];