sdl3-ttf: 3.2.0 -> 3.2.2 (#405253)

authored by Peder Bergebakken Sundt and committed by GitHub 26e07d9c 7fb53a7b

+2 -10
+2 -10
pkgs/by-name/sd/sdl3-ttf/package.nix
··· 16 17 stdenv.mkDerivation (finalAttrs: { 18 pname = "sdl3-ttf"; 19 - version = "3.2.0"; 20 21 src = fetchFromGitHub { 22 owner = "libsdl-org"; 23 repo = "SDL_ttf"; 24 tag = "release-${finalAttrs.version}"; 25 - hash = "sha256-eq7yWw7PWIeXWjuNHaQUiV+x0qng4FJNscsYRALK40I="; 26 }; 27 - 28 - # fix CMake path handling (remove on next update) 29 - patches = [ 30 - (fetchpatch { 31 - url = "https://github.com/libsdl-org/SDL_ttf/commit/ad2ffa825d4535ddfb57861a7e33dff4a9bc6a94.patch?full_index=1"; 32 - hash = "sha256-emf7UnfB6Rl1+R74lsoIvm9ezDZtjHUS/t4k/RxbaYg="; 33 - }) 34 - ]; 35 36 strictDeps = true; 37 doCheck = true;
··· 16 17 stdenv.mkDerivation (finalAttrs: { 18 pname = "sdl3-ttf"; 19 + version = "3.2.2"; 20 21 src = fetchFromGitHub { 22 owner = "libsdl-org"; 23 repo = "SDL_ttf"; 24 tag = "release-${finalAttrs.version}"; 25 + hash = "sha256-g7LfLxs7yr7bezQWPWn8arNuPxCfYLCO4kzXmLRUUSY="; 26 }; 27 28 strictDeps = true; 29 doCheck = true;