Merge pull request 'qemu-wayland: 8.2.0-rc2 -> 8.2.0-rc3' (#639) from Mic92-wayland-update into main
All checks were successful
assets1 / test (push) Successful in 20s
checks-impure / test (push) Successful in 1m14s
checks / test (push) Successful in 1m37s
checks / test (pull_request) Successful in 1m5s
checks-impure / test (pull_request) Successful in 1m31s

This commit is contained in:
clan-bot 2023-12-13 15:29:03 +00:00
commit e46f644233
3 changed files with 8 additions and 8 deletions

View File

@ -14,11 +14,11 @@
clangStdenv.mkDerivation {
pname = "gfxstream";
version = "unstable-2023-11-29";
version = "unstable-2023-12-11";
src = fetchgit {
url = "https://android.googlesource.com/platform/hardware/google/gfxstream";
rev = "45c27965ee5121651946f54a42b3297b26047955";
hash = "sha256-nJVVePNro+sL7jC+ehe5Am2jWo9BK6H1AUSzoP7J1ss=";
rev = "000a701a0c52c90e0c1e1fcd605be94b85b55f92";
hash = "sha256-j8oBT/7xnvIv6IhNrPxHG5fr2nodWbeHX7KalCGStY0=";
};
postPatch = ''
ln common/etc/etc.cpp host/compressedTextureFormats/etc.cpp

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 "") + ''

View File

@ -13,8 +13,8 @@ rustPlatform.buildRustPackage {
src = fetchFromGitHub {
owner = "google";
repo = "crosvm";
rev = "a10c83864e1d6e47773ca06e47ada4f888b30d82";
hash = "sha256-Dd0oCgCL5LNxDuOJ6hyCXeqGyKBP0AqKamQTKXqNcjk=";
rev = "65b30e2ecede8056fdbfe8adbe52e9ff51d2a4e2";
hash = "sha256-9jzLFBqMGw3wYCL5006+7b9l/f1N2Jy3rw5rEzOr4M0=";
fetchSubmodules = true;
};
@ -32,7 +32,7 @@ rustPlatform.buildRustPackage {
make install prefix=$out
'';
cargoHash = "sha256-oh49o/WjfT9xsQH4SUtFwNl6H3pX5Wio3FzKw+slJcQ=";
cargoHash = "sha256-jEhobp/ZNx5t20hBjisXR8SSn0776Jehy+RJZNSd2iA=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ gfxstream aemu libdrm ];