Unverified Commit fa98a7cb authored by Marcin Serwin's avatar Marcin Serwin
Browse files

sdl3: 3.4.0 -> 3.4.2



Signed-off-by: default avatarMarcin Serwin <marcin@serwin.dev>
parent 3f5304f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ assert lib.assertMsg (ibusSupport -> dbusSupport) "SDL3 requires dbus support to

stdenv.mkDerivation (finalAttrs: {
  pname = "sdl3";
  version = "3.4.0";
  version = "3.4.2";

  outputs = [
    "lib"
@@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "libsdl-org";
    repo = "SDL";
    tag = "release-${finalAttrs.version}";
    hash = "sha256-/A1y/NaZVebzI58F4TlwtDwuzlcA33Y1YuZqd5lz/Sk=";
    hash = "sha256-ev0QiKyj0O6gtk7cK/V0X5Noft0Zo/fMS+oM6emwynE=";
  };

  postPatch =