fna3d: 24.11 -> 24.12 (#360928)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-02 10:11:32 +00:00
committed by GitHub
+2 -2
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 ];