qemu-wayland: 8.2.0-rc2 -> 8.2.0-rc3

This commit is contained in:
Jörg Thalheim
2023-12-13 15:59:26 +01:00
parent 821e5e0a7b
commit 421193e837
3 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
{ qemu_kvm, rutabaga-gfx-ffi, fetchurl, lib, vulkan-loader }:
qemu_kvm.overrideAttrs (old: {
src = fetchurl {
url = "https://download.qemu.org/qemu-8.2.0-rc2.tar.xz";
hash = "sha256-AbQozd8IQNDBsA6/zE98xQboh4dWSk0/V/IsflCju9g=";
url = "https://download.qemu.org/qemu-8.2.0-rc3.tar.xz";
hash = "sha256-YkHs19gZ+TbPd3O5RnBV9av3mJzdrrEcFKGIDv8AOrs=";
};
postFixup = (old.postFixup or "") + ''