qemu: 9.1.1 -> 9.1.2 (#357770)

This commit is contained in:
Wolfgang Walther
2024-12-12 20:45:28 +01:00
committed by GitHub
@@ -75,11 +75,11 @@ stdenv.mkDerivation (finalAttrs: {
+ lib.optionalString nixosTestRunner "-for-vm-tests"
+ lib.optionalString toolsOnly "-utils"
+ lib.optionalString userOnly "-user";
version = "9.1.1";
version = "9.1.2";
src = fetchurl {
url = "https://download.qemu.org/qemu-${finalAttrs.version}.tar.xz";
hash = "sha256-fcD52lSR/0SVAPMxAGOja2GfI27kVwb9CEbrN9S7qIk=";
hash = "sha256-Gf2ddTWlTW4EThhkAqo7OxvfqHw5LsiISFVZLIUQyW8=";
};
depsBuildBuild = [ buildPlatformStdenv.cc ]