mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
update to 1.2.1
svn path=/nixpkgs/trunk/; revision=25254
This commit is contained in:
parent
706a9ed1e8
commit
3f7c7b4ad4
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, SDL, zlib, mpeg2dec}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "scummvm-1.2.0";
|
||||
name = "scummvm-1.2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/scummvm/scummvm-1.2.0.tar.bz2;
|
||||
sha256 = "1h6sskqjg0cqyan1xkw1vbdqnfpqg42cgbmzpgclmhg3gi6mkz1z";
|
||||
url = mirror://sourceforge/scummvm/scummvm-1.2.1.tar.bz2;
|
||||
sha256 = "029abzvpz85accwk7x79w255wr83gnkqg3yc5n6ryl28zg00z3j8";
|
||||
};
|
||||
|
||||
buildInputs = [SDL zlib mpeg2dec];
|
||||
|
Loading…
Reference in New Issue
Block a user