Skip to content

Commit

Permalink
Merge pull request #45136 from andir/18.03/qemu
Browse files Browse the repository at this point in the history
[18.03] qemu: 2.11.1 -> 2.11.2
  • Loading branch information
andir committed Aug 17, 2018
2 parents cd0cd94 + e2a633c commit b3432db
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,8 +18,8 @@

with stdenv.lib;
let
version = "2.11.1";
sha256 = "1jrcff0szyjxc3vywyiclwdzk0xgq4cxvjbvmcfyjcpdrq9j5pyr";
version = "2.11.2";
sha256 = "17xz3j17sndz1z8hl3qcci50bz4qk6xb60hy1f61486jhx2vhbyw";
audio = optionalString (hasSuffix "linux" stdenv.system) "alsa,"
+ optionalString pulseSupport "pa,"
+ optionalString sdlSupport "sdl,";
Expand Down

0 comments on commit b3432db

Please sign in to comment.