lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

qemu: 10.0.3 -> 10.1.0

+4 -2
+4 -2
pkgs/applications/virtualization/qemu/default.nix
··· 146 146 + lib.optionalString nixosTestRunner "-for-vm-tests" 147 147 + lib.optionalString toolsOnly "-utils" 148 148 + lib.optionalString userOnly "-user"; 149 - version = "10.0.3"; 149 + version = "10.1.0"; 150 150 151 151 src = fetchurl { 152 152 url = "https://download.qemu.org/qemu-${finalAttrs.version}.tar.xz"; 153 - hash = "sha256-XIkSZ7FTSndEZduLGg38sMXm1+y29xNFYlrfTgiJlFs="; 153 + hash = "sha256-4FFzSbUMpz6+wvqFsGBQ1cRjymXHOIM72PwfFfGAvlE="; 154 154 }; 155 155 156 156 depsBuildBuild = [ ··· 300 300 --replace-fail '$source_path/VERSION' '$source_path/QEMU_VERSION' 301 301 substituteInPlace meson.build \ 302 302 --replace-fail "'VERSION'" "'QEMU_VERSION'" 303 + substituteInPlace docs/conf.py \ 304 + --replace-fail "'../VERSION'" "'../QEMU_VERSION'" 303 305 substituteInPlace python/qemu/machine/machine.py \ 304 306 --replace-fail /var/tmp "$TMPDIR" 305 307 '';