update to 0.13.0
svn path=/nixpkgs/trunk/; revision=14288
This commit is contained in:
parent
e18a10d0ae
commit
67cbb2c3fb
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, SDL, zlib, mpeg2dec}:
|
{stdenv, fetchurl, SDL, zlib, mpeg2dec}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "scummvm-0.12.0";
|
name = "scummvm-0.13.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/scummvm/scummvm-0.12.0.tar.bz2;
|
url = mirror://sourceforge/scummvm/scummvm-0.13.0.tar.bz2;
|
||||||
sha256 = "16g6qgvlq2rp2q53spmc5li5y44aamr1hvz1v4wrdl28nsxs76nv";
|
sha256 = "0b82gpm596zggnm9d3gzji4xa12w1gbzariqi9hvk8mifpz6fliy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [SDL zlib mpeg2dec];
|
buildInputs = [SDL zlib mpeg2dec];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user