qemu: 10.2.1 -> 10.2.2

This commit is contained in:
Sergei Trofimovich
2026-03-19 06:37:33 +00:00
parent 87d29062c6
commit 1659d73b4c
+2 -2
View File
@@ -138,11 +138,11 @@ stdenv.mkDerivation (finalAttrs: {
+ lib.optionalString nixosTestRunner "-for-vm-tests"
+ lib.optionalString toolsOnly "-utils"
+ lib.optionalString userOnly "-user";
version = "10.2.1";
version = "10.2.2";
src = fetchurl {
url = "https://download.qemu.org/qemu-${finalAttrs.version}.tar.xz";
hash = "sha256-o3F0d9jiyE1jC//7wg9s0yk+tFqh5trG0MwnaJmRyeE=";
hash = "sha256-eEspb/KcFBeqcjI6vLLS6pq5dxck9Xfc14XDsE8h4XY=";
};
depsBuildBuild = [