Unverified Commit 51637f7c authored by Marcin Serwin's avatar Marcin Serwin
Browse files

sdl3: 3.2.24 -> 3.2.26



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

stdenv.mkDerivation (finalAttrs: {
  pname = "sdl3";
  version = "3.2.24";
  version = "3.2.26";

  outputs = [
    "lib"
@@ -75,7 +75,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "libsdl-org";
    repo = "SDL";
    tag = "release-${finalAttrs.version}";
    hash = "sha256-LUkj9Rrf+zOW0IdV7aGccb/5bKh3TWf1IGtQkCDHd4k=";
    hash = "sha256-edcub/zeho4mB3tItp+PSD5l+H6jUPm3seiBP6ppT0k=";
  };

  postPatch =