sdl3: 3.4.2 -> 3.4.4

This commit is contained in:
R. Ryantm
2026-04-06 14:10:21 +00:00
parent 1afd8f3f98
commit 3fe03955dc
+2 -2
View File
@@ -70,7 +70,7 @@ assert lib.assertMsg (ibusSupport -> dbusSupport) "SDL3 requires dbus support to
stdenv.mkDerivation (finalAttrs: {
pname = "sdl3";
version = "3.4.2";
version = "3.4.4";
outputs = [
"lib"
@@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "libsdl-org";
repo = "SDL";
tag = "release-${finalAttrs.version}";
hash = "sha256-ev0QiKyj0O6gtk7cK/V0X5Noft0Zo/fMS+oM6emwynE=";
hash = "sha256-vCz+jZ1Sl6Of60HXljciTjR3U4da0PldyFsG79qmQ7g=";
};
postPatch =