forked from mirrors/nixpkgs
update python to 2.5.4
update scummvm to 0.13.1 svn path=/nixpkgs/trunk/; revision=15414
This commit is contained in:
parent
b176d8541c
commit
7445bc765c
|
@ -35,11 +35,11 @@ let
|
|||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "python-2.5.2";
|
||||
name = "python-2.5.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tar.bz2;
|
||||
sha256 = "0gh8bvs56vdv8qmlfmiwyczjpldj0y3zbzd0zyhyjfd0c8m0xy7j";
|
||||
url = http://www.python.org/ftp/python/2.5.4/Python-2.5.4.tar.bz2;
|
||||
sha256 = "0401g346ixng1im6gp11rgkfhx3v05qrpn5qjfx26mgy5dm8k3dw";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue