update python to 2.5.4

update scummvm to 0.13.1

svn path=/nixpkgs/trunk/; revision=15414
This commit is contained in:
Armijn Hemel
2009-04-30 14:01:25 +00:00
parent b176d8541c
commit 7445bc765c
2 changed files with 6 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
{stdenv, fetchurl, SDL, zlib, mpeg2dec}:
stdenv.mkDerivation {
name = "scummvm-0.13.0";
name = "scummvm-0.13.1";
src = fetchurl {
url = mirror://sourceforge/scummvm/scummvm-0.13.0.tar.bz2;
sha256 = "0b82gpm596zggnm9d3gzji4xa12w1gbzariqi9hvk8mifpz6fliy";
url = mirror://sourceforge/scummvm/scummvm-0.13.1.tar.bz2;
sha256 = "1nd089673w775xs6hk9z780l18a008z0srli3cf16aq2a8rh1s23";
};
buildInputs = [SDL zlib mpeg2dec];