1
0
forked from clan/clan-core

Compare commits

...

1 Commits

Author SHA1 Message Date
7fed5ecf09 wip 2023-12-13 16:14:41 +01:00
2 changed files with 6 additions and 6 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

@ -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 ];