Commit ba18d822 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files
parent 1242ee33
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.22";
  version = "3.2.24";

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

  postPatch =