qemu: 2.9.0 -> 2.9.1

Security and bugfix release.
This commit is contained in:
Franz Pletz 2017-09-28 16:17:58 +02:00
parent b29051b2f5
commit 536ab403d4
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
with stdenv.lib;
let
version = "2.9.0";
version = "2.9.1";
audio = optionalString (hasSuffix "linux" stdenv.system) "alsa,"
+ optionalString pulseSupport "pa,"
+ optionalString sdlSupport "sdl,";
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://wiki.qemu.org/download/qemu-${version}.tar.bz2";
sha256 = "053c7ivp3li7cdagzkp2wdc5myybzjf826r6qfkcf0xvn4bv5gq0";
sha256 = "1340hh4jvhvi97yqck408wi8aagnhzq1311ih0fq9bp4ddlk03sd";
};
buildInputs =