From 89384a005622d520dc55977ceca86f5520ba46df Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 10 May 2016 01:24:32 +0200 Subject: SDL2_ttf: 2.0.12 -> 2.0.14 --- pkgs/development/libraries/SDL2_ttf/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/SDL2_ttf') diff --git a/pkgs/development/libraries/SDL2_ttf/default.nix b/pkgs/development/libraries/SDL2_ttf/default.nix index d1600ee8a8f..8d11689aba5 100644 --- a/pkgs/development/libraries/SDL2_ttf/default.nix +++ b/pkgs/development/libraries/SDL2_ttf/default.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl, SDL2, freetype }: stdenv.mkDerivation rec { - name = "SDL2_ttf-2.0.12"; + name = "SDL2_ttf-2.0.14"; src = fetchurl { url = "https://www.libsdl.org/projects/SDL_ttf/release/${name}.tar.gz"; - sha256 = "0vkg6lyj278mdpd52map3rfi65fbq16w67ahmmfcl77a8da60a47"; + sha256 = "0xljwcpvd2knrjdfag5b257xqayplz55mqlszrqp0kpnphh5xnrl"; }; buildInputs = [SDL2 freetype]; -- cgit 1.4.1