SDL2: 2.30.1 -> 2.30.2

Changes: https://github.com/libsdl-org/SDL/releases/tag/release-2.30.2
This commit is contained in:
Sergei Trofimovich 2024-04-02 09:17:13 +01:00
parent cb1f3bcd8b
commit 923ebca248

View File

@ -58,13 +58,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "SDL2"; pname = "SDL2";
version = "2.30.1"; version = "2.30.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libsdl-org"; owner = "libsdl-org";
repo = "SDL"; repo = "SDL";
rev = "release-${finalAttrs.version}"; rev = "release-${finalAttrs.version}";
hash = "sha256-nwmmyJK1/5Mu7l1YCk4PsasJIrx3jdiM5f/Cu3n0paA="; hash = "sha256-yYYtsF6+IKynXpfay0rUmCQPdL8vp6dlmon8N7UG89A=";
}; };
dontDisableStatic = if withStatic then 1 else 0; dontDisableStatic = if withStatic then 1 else 0;
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];