Skip to content

Commit

Permalink
qemu: 2.9.0 -> 2.9.1
Browse files Browse the repository at this point in the history
Security and bugfix release.
  • Loading branch information
fpletz committed Sep 28, 2017
1 parent b29051b commit 536ab40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/qemu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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,";
Expand All @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "http://wiki.qemu.org/download/qemu-${version}.tar.bz2";
sha256 = "053c7ivp3li7cdagzkp2wdc5myybzjf826r6qfkcf0xvn4bv5gq0";
sha256 = "1340hh4jvhvi97yqck408wi8aagnhzq1311ih0fq9bp4ddlk03sd";
};

buildInputs =
Expand Down

0 comments on commit 536ab40

Please sign in to comment.