SDL2_image: 2.8.3 -> 2.8.4 (#368494)

This commit is contained in:
Christian Kögler
2024-12-30 12:25:36 +01:00
committed by GitHub
+2 -2
View File
@@ -23,11 +23,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "SDL2_image";
version = "2.8.3";
version = "2.8.4";
src = fetchurl {
url = "https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${finalAttrs.version}.tar.gz";
hash = "sha256-SwAPLCOM44CAfuDLaKDvAFhxaR7Ohkbb9PQlpYKxuyI=";
hash = "sha256-WomgFCChkridvMX1JnRIGB1dzIHS9aFojLHqxvVX2mc=";
};
nativeBuildInputs = [