Merge pull request #327968 from alyssais/qemu-9.0.2

qemu: 9.0.1 -> 9.0.2
This commit is contained in:
Robert Scott
2024-07-19 19:43:12 +01:00
committed by GitHub
@@ -55,11 +55,11 @@ stdenv.mkDerivation (finalAttrs: {
+ lib.optionalString hostCpuOnly "-host-cpu-only"
+ lib.optionalString nixosTestRunner "-for-vm-tests"
+ lib.optionalString toolsOnly "-utils";
version = "9.0.1";
version = "9.0.2";
src = fetchurl {
url = "https://download.qemu.org/qemu-${finalAttrs.version}.tar.xz";
hash = "sha256-0PTbD70VHAzxb4SusqUA9ulQCXMlRvRNr6uNIEm7uAU=";
hash = "sha256-qMP1lq7Olto7AMr7dLqvoNFFFer7jtHuP39cLQ6/ArY=";
};
depsBuildBuild = [ buildPackages.stdenv.cc ]