quickemu: 4.9.7 -> 4.9.7-unstable-2025-12-28

fixes many bugs, especially related to windows guests.
quickemu has not tagged a new version in quite some time and guides
users to "just use the current commit". See
https://github.com/quickemu-project/quickemu/issues/1698 for more
information.
This commit is contained in:
axolord
2026-01-21 16:10:17 +01:00
parent fed66074d1
commit 00bdc81d08
+3 -12
View File
@@ -1,7 +1,6 @@
{
lib,
fetchFromGitHub,
fetchpatch,
stdenv,
makeWrapper,
gitUpdater,
@@ -58,23 +57,15 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "quickemu";
version = "4.9.7";
version = "4.9.7-unstable-2025-12-28";
src = fetchFromGitHub {
owner = "quickemu-project";
repo = "quickemu";
rev = finalAttrs.version;
hash = "sha256-sCoCcN6950pH33bRZsLoLc1oSs5Qfpj9Bbywn/uA6Bc=";
rev = "7ea4e95508a7898bc63c3b5e1588066184d4c79b";
hash = "sha256-pj6YQc7e4I6XvGq/uGGq2z/UhAs3ZeKrsJd8oLWjauA=";
};
patches = [
(fetchpatch {
name = "correctly-handle-version-10.0.0-of-qemu.patch";
url = "https://github.com/quickemu-project/quickemu/commit/f25205f4513c4fa72be6940081c62e613d1fddc6.patch";
hash = "sha256-OAXGyhMVDwbUypEPj/eRnH0wZYaL9WLGjbyoobe20UY=";
})
];
postPatch = ''
sed -i \
-e '/OVMF_CODE_4M.secboot.fd/s|ovmfs=(|ovmfs=("${OVMFFull.firmware}","${OVMFFull.variables}" |' \