Update xmoto

svn path=/nixpkgs/trunk/; revision=15319
This commit is contained in:
Michael Raskin 2009-04-26 17:00:10 +00:00
parent 3a9bfe866c
commit b3d965858b

View File

@ -3,7 +3,7 @@ let
lib = args.lib;
fetchurl = args.fetchurl;
version = lib.getAttr ["version"] "0.5.0" args;
version = lib.getAttr ["version"] "0.5.1" args;
buildInputs = with args; [
chipmunk sqlite curl zlib bzip2 libjpeg libpng
freeglut mesa SDL SDL_mixer SDL_image SDL_net SDL_ttf
@ -13,7 +13,7 @@ in
rec {
src = fetchurl {
url = "http://download.tuxfamily.org/xmoto/xmoto/${version}/xmoto-${version}-src.tar.gz";
sha256 = "0gy9rjmjns4kbqfrdh9v1bg1w92xipxv3ia9w1wh2c58rp1p0nkh";
sha256 = "1clfw4kr34gda9ml427n8mdkhj0hhlldibiq1ay88glqqwvgj2j2";
};
inherit buildInputs;