3
0
Fork 0
forked from mirrors/nixpkgs

qemu: 2.5.1 -> 2.6.0

This commit is contained in:
Rickard Nilsson 2016-05-25 10:42:45 +02:00
parent 63e09f8d47
commit 13b8606241

View file

@ -15,7 +15,7 @@
with stdenv.lib;
let
version = "2.5.1";
version = "2.6.0";
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 = "0b2xa8604absdmzpcyjs7fix19y5blqmgflnwjzsp1mp7g1m51q2";
sha256 = "1v1lhhd6m59hqgmiz100g779rjq70pik5v4b3g936ci73djlmb69";
};
buildInputs =