qemu: Update to 1.6.0

This commit is contained in:
Rickard Nilsson 2013-08-23 10:26:29 +02:00
parent 183ae4c812
commit 5303fb0f0f

View File

@ -7,14 +7,14 @@
, x86Only ? false
}:
let n = "qemu-1.5.2"; in
let n = "qemu-1.6.0"; in
stdenv.mkDerivation rec {
name = n + (if x86Only then "-x86-only" else "");
src = fetchurl {
url = "http://wiki.qemu.org/download/${n}.tar.bz2";
sha256 = "0l52jwlxmwp9g3jpq0g7ix9dq4qgh46nd2h58lh47f0a35yi8qgn";
sha256 = "0j6bnaa93fyqwzg07krx5w1fb88ap1yz1hp84ilkpm16va5facii";
};
buildInputs =