Updating qemu

svn path=/nixpkgs/trunk/; revision=20115
This commit is contained in:
Lluís Batlle i Rossell 2010-02-18 18:42:11 +00:00
parent c3e3bc52dc
commit 7506ae348d
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, SDL, zlib, which}: {stdenv, fetchurl, SDL, zlib, which}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "qemu-0.12.1"; name = "qemu-0.12.2";
src = fetchurl { src = fetchurl {
url = http://download.savannah.gnu.org/releases/qemu/qemu-0.12.1.tar.gz; url = http://download.savannah.gnu.org/releases/qemu/qemu-0.12.2.tar.gz;
sha256 = "15frq26h2f847fiy1aivb3kj4psx8id8kw217781aimqlk9q45pf"; sha256 = "0hv8fs8z14miryqm81vhlwwp4gmffw11lka7945rxn6vqzpc5kmc";
}; };
patchFlags = "-p2"; patchFlags = "-p2";

View File

@ -7856,7 +7856,7 @@ let
inherit fetchurl stdenv pkgconfig imagemagick boost python; inherit fetchurl stdenv pkgconfig imagemagick boost python;
}; };
qemu = import ../applications/virtualization/qemu/0.12.1.nix { qemu = import ../applications/virtualization/qemu/0.12.2.nix {
inherit stdenv fetchurl SDL zlib which; inherit stdenv fetchurl SDL zlib which;
}; };