mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
SDL_ttf: update from 2.0.9 to 2.0.11
This commit is contained in:
parent
ceb1f815b4
commit
6a2aede374
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, SDL, freetype }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "SDL_ttf-2.0.9";
|
||||
name = "SDL_ttf-2.0.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.9.tar.gz;
|
||||
sha256 = "0ls6anmlmwrmy21p3y9nfyl6fkwz4jpgh74kw7xd0hwbg5v8h95l";
|
||||
url = http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz;
|
||||
sha256 = "1dydxd4f5kb1288i5n5568kdk2q7f8mqjr7i7sd33nplxjaxhk3j";
|
||||
};
|
||||
|
||||
buildInputs = [SDL freetype];
|
||||
|
|
Loading…
Reference in a new issue