Updating neverball version.

svn path=/nixpkgs/trunk/; revision=15044
This commit is contained in:
Lluís Batlle i Rossell 2009-04-14 22:24:52 +00:00
parent 90655e7414
commit 9c827683d9

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl, SDL, mesa, libpng, libjpeg, SDL_ttf, libvorbis, gettext} : {stdenv, fetchurl, SDL, mesa, libpng, libjpeg, SDL_ttf, libvorbis, gettext} :
stdenv.mkDerivation { stdenv.mkDerivation {
name = "neverball-1.5.0"; name = "neverball-1.5.1";
src = fetchurl { src = fetchurl {
url = http://neverball.org/neverball-1.5.0.tar.gz; url = http://neverball.org/neverball-1.5.1.tar.gz;
sha256 = "8e6f6946cf2b08c13e4956a14f46d74c5a40735965f8fa876668c52d1877ec6a"; sha256 = "0cqi6q829p1wx4471ab74xd7hmcvjg4fvj40rdc3342rvfqpijv5";
}; };
buildInputs = [ SDL mesa libpng libjpeg SDL_ttf libvorbis gettext ]; buildInputs = [ SDL mesa libpng libjpeg SDL_ttf libvorbis gettext ];