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:
commit
b43f9aaebc
1 changed files with 3 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue