fna3d: 25.01 -> 25.02

This commit is contained in:
R. Ryantm 2025-02-01 22:22:09 +00:00
parent 3a931f3d80
commit 3db384e69e

View File

@ -7,14 +7,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fna3d"; pname = "fna3d";
version = "25.01"; version = "25.02";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "FNA-XNA"; owner = "FNA-XNA";
repo = "FNA3D"; repo = "FNA3D";
rev = version; rev = version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-0BD3aFIg3miBhGr6YuWJyrRxWsNnPNIFNiZSzPalJ/c="; hash = "sha256-0rRwIbOciPepo+ApvJiK5IyhMdq/4jsMlCSv0UeDETs=";
}; };
buildInputs = [ SDL2 ]; buildInputs = [ SDL2 ];