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
commit 5c00b1e11e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];