Merge pull request #320876 from trofi/SDL2-update

SDL2: 2.30.3 -> 2.30.4
This commit is contained in:
superherointj 2024-06-19 10:56:43 -03:00 committed by GitHub
commit ec5e422366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,13 +58,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "SDL2";
version = "2.30.3";
version = "2.30.4";
src = fetchFromGitHub {
owner = "libsdl-org";
repo = "SDL";
rev = "release-${finalAttrs.version}";
hash = "sha256-ycY/AkWulV3vAu/+vKw+j/b6jTZWjqKjIgjRwqNHFl8=";
hash = "sha256-RhqbmS+mPVlXlo4/jrqPqtyGzvfaPTozlUEeAjHUBoA=";
};
dontDisableStatic = if withStatic then 1 else 0;
outputs = [ "out" "dev" ];