qemu: 2.5.0 -> 2.5.1

Hopefully this also fixes installer tests on i686
This commit is contained in:
Domen Kožar 2016-03-30 15:12:41 +01:00
parent 96be420e44
commit 8a34a3b37a

View File

@ -15,7 +15,7 @@
with stdenv.lib;
let
version = "2.5.0";
version = "2.5.1";
audio = optionalString (hasSuffix "linux" stdenv.system) "alsa,"
+ optionalString pulseSupport "pa,"
+ optionalString sdlSupport "sdl,";
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://wiki.qemu.org/download/qemu-${version}.tar.bz2";
sha256 = "1m3j6xl7msrniidkvr5pw9d44yba5m7hm42xz8xy77v105s8hhrl";
sha256 = "0b2xa8604absdmzpcyjs7fix19y5blqmgflnwjzsp1mp7g1m51q2";
};
buildInputs =