Unverified Commit ec499597 authored by Grimmauld's avatar Grimmauld Committed by GitHub
Browse files

SDL_image: 1.2.12-unstable-2025-06-15 -> 1.2.12-unstable-2025-11-06 (#459728)

parents f6b44b24 8dc52c84
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "SDL_image";
  version = "1.2.12-unstable-2025-06-15";
  version = "1.2.12-unstable-2025-11-06";

  src = fetchFromGitHub {
    owner = "libsdl-org";
    repo = "SDL_image";
    rev = "bb266d29e19493fa48bda9bbc56c26363099372f";
    hash = "sha256-I8TqZX3249/bcZtfwrJd545E5h9d9HmRy8GGDH9S+kU=";
    rev = "7c6ea40bb75262740cd07f7658bc543f13c65b3c";
    hash = "sha256-V8d9En6fJArslFLIaeCdfVD5YoHPbKjOpR79Va8w8js=";
  };

  configureFlags = [
@@ -49,10 +49,6 @@ stdenv.mkDerivation (finalAttrs: {
    libwebp
  ];

  env = lib.optionalAttrs stdenv.cc.isGNU {
    NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
  };

  outputs = [
    "out"
    "dev"