mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 11:02:05 +00:00
update to 1.1.1
svn path=/nixpkgs/trunk/; revision=21585
This commit is contained in:
parent
f434403e59
commit
049c896998
|
@ -1,11 +1,11 @@
|
||||||
{stdenv, fetchurl, SDL, zlib, mpeg2dec}:
|
{stdenv, fetchurl, SDL, zlib, mpeg2dec}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "scummvm-1.1.0";
|
name = "scummvm-1.1.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/scummvm/scummvm-1.1.0.tar.bz2;
|
url = mirror://sourceforge/scummvm/scummvm-1.1.1.tar.bz2;
|
||||||
sha256 = "0fdqc98jib6593cpjc1jhklp9y0c1mlk0lrn9d6r9ax159x53h2k";
|
sha256 = "0jlxwd8rzk4dn221v9w024w6f503am29hd8djzs1vz0bd72nbj4w";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [SDL zlib mpeg2dec];
|
buildInputs = [SDL zlib mpeg2dec];
|
||||||
|
|
Loading…
Reference in a new issue