qemu: 2.12.0 -> 2.12.1 (#44711)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qemu/versions.
This commit is contained in:
R. RyanTM 2018-08-16 12:33:50 -07:00 committed by xeji
parent 816f4ef188
commit f5bd6b8bfe

View file

@ -22,8 +22,8 @@
with stdenv.lib;
let
version = "2.12.0";
sha256 = "17377xxbmwbrnh895a108z944pqi39hzrbw4jzgj8pcipi3s3x69";
version = "2.12.1";
sha256 = "1jp5y56682bgpfjapagxjfrjdvqkal34pj9qzn6kj8fqaad80l21";
audio = optionalString (hasSuffix "linux" stdenv.system) "alsa,"
+ optionalString pulseSupport "pa,"
+ optionalString sdlSupport "sdl,";