0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

SDL_image: 1.2.12-unstable-2025-04-27 -> 1.2.12-unstable-2025-06-15 (#418209)

Co-authored-by: LordGrimmauld <grimmauld@grimmauld.de>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-19 19:54:24 +00:00 committed by GitHub
commit b43f9aaebc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "SDL_image";
version = "1.2.12-unstable-2025-04-27";
version = "1.2.12-unstable-2025-06-15";
src = fetchFromGitHub {
owner = "libsdl-org";
repo = "SDL_image";
rev = "a5eac02dacd8a8940ffccd1b8d0783c0b5f8ec7d";
hash = "sha256-vrV12fYGSh/vtCktsUVNvcRCn5lZ2tyBYwqhLPgNdhw=";
rev = "bb266d29e19493fa48bda9bbc56c26363099372f";
hash = "sha256-I8TqZX3249/bcZtfwrJd545E5h9d9HmRy8GGDH9S+kU=";
};
configureFlags = [