sdl3-ttf: 3.2.0 -> 3.2.2

Signed-off-by: Qiming Chu <cchuqiming@gmail.com>
This commit is contained in:
Qiming Chu
2025-05-08 21:52:48 +08:00
parent 7fc3a8e2a7
commit 1c61ae26c2
+2 -10
View File
@@ -16,23 +16,15 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sdl3-ttf";
version = "3.2.0";
version = "3.2.2";
src = fetchFromGitHub {
owner = "libsdl-org";
repo = "SDL_ttf";
tag = "release-${finalAttrs.version}";
hash = "sha256-eq7yWw7PWIeXWjuNHaQUiV+x0qng4FJNscsYRALK40I=";
hash = "sha256-g7LfLxs7yr7bezQWPWn8arNuPxCfYLCO4kzXmLRUUSY=";
};
# fix CMake path handling (remove on next update)
patches = [
(fetchpatch {
url = "https://github.com/libsdl-org/SDL_ttf/commit/ad2ffa825d4535ddfb57861a7e33dff4a9bc6a94.patch?full_index=1";
hash = "sha256-emf7UnfB6Rl1+R74lsoIvm9ezDZtjHUS/t4k/RxbaYg=";
})
];
strictDeps = true;
doCheck = true;