mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 23:07:54 +00:00
fna3d: 24.11 -> 24.12 (#360928)
This commit is contained in:
commit
5c00b1e11e
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user