1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

scummvm: version bump to 1.7

This commit is contained in:
Sebastian Korten 2014-07-30 20:26:29 +02:00
parent e4e5502966
commit b42aa6830b

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, SDL, zlib, libmpeg2, libmad, libogg, libvorbis, flac, alsaLib }:
stdenv.mkDerivation rec {
name = "scummvm-1.6.0";
name = "scummvm-1.7.0";
src = fetchurl {
url = "mirror://sourceforge/scummvm/${name}.tar.bz2";
sha256 = "1i3ywpq8csi58gdibdn51329vlj800l2laaw0lw18fcgdbd60q1r";
sha256 = "d9ff0e8cf911afa466d5456d28fef692a17d47ddecfd428bf2fef591237c2e66";
};
buildInputs = [ SDL zlib libmpeg2 libmad libogg libvorbis flac alsaLib ];