mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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.mkDerivation {
|
||||
name = "scummvm-0.12.0";
|
||||
name = "scummvm-0.13.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/scummvm/scummvm-0.12.0.tar.bz2;
|
||||
sha256 = "16g6qgvlq2rp2q53spmc5li5y44aamr1hvz1v4wrdl28nsxs76nv";
|
||||
url = mirror://sourceforge/scummvm/scummvm-0.13.0.tar.bz2;
|
||||
sha256 = "0b82gpm596zggnm9d3gzji4xa12w1gbzariqi9hvk8mifpz6fliy";
|
||||
};
|
||||
|
||||
buildInputs = [SDL zlib mpeg2dec];
|
||||
|
Loading…
Reference in New Issue
Block a user