sdl3: 3.4.8 -> 3.4.10

Changes: https://github.com/libsdl-org/SDL/releases/tag/release-3.4.10
This commit is contained in:
Sergei Trofimovich 2026-05-31 21:03:00 +01:00
commit 29533d61c2

View file

@ -70,7 +70,7 @@ assert lib.assertMsg (ibusSupport -> dbusSupport) "SDL3 requires dbus support to
stdenv.mkDerivation (finalAttrs: {
pname = "sdl3";
version = "3.4.8";
version = "3.4.10";
outputs = [
"lib"
@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "libsdl-org";
repo = "SDL";
tag = "release-${finalAttrs.version}";
hash = "sha256-uBGyGxrUVx642Ku8qhR2sTy2JagcSioIhh/5RsXVAIM=";
hash = "sha256-6Dph2eLiJUmpQzPWe8EuY5LrWhrFwde2f2dwfgCcWNw=";
};
postPatch =