[Backport staging-25.11] SDL2_image: 2.8.8 -> 2.8.10 (#513237)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-25 20:55:16 +00:00
committed by GitHub

View File

@@ -18,11 +18,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "SDL2_image";
version = "2.8.8";
version = "2.8.10";
src = fetchurl {
url = "https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${finalAttrs.version}.tar.gz";
hash = "sha256-IhO1b9r/IiDQ44yOQgy+GoPIc3QZDLqMcK8hVgl84wo=";
hash = "sha256-68BZ0BwAemL0sE8Qz4WFJ8h1BiUyKWlDF035qAJk/WU=";
};
nativeBuildInputs = [