crosvm: 122.1 -> 123.0

This commit is contained in:
Alyssa Ross 2024-04-08 23:13:07 +02:00
parent 6e320e8d8a
commit 9638d5800a
1 changed files with 6 additions and 4 deletions

View File

@ -5,18 +5,20 @@
rustPlatform.buildRustPackage rec {
pname = "crosvm";
version = "122.1";
version = "123.0";
src = fetchgit {
url = "https://chromium.googlesource.com/chromiumos/platform/crosvm";
rev = "562d81eb28a49ed6e0d771a430c21a458cdd33f9";
sha256 = "l5sIUInOhhkn3ernQLIEwEpRCyICDH/1k4C/aidy1/I=";
# This is actually one commit before release 123, because the final
# commit breaks the build and gets reverted in future releases.
rev = "7c75ad6185893b4cc26676b6a0eb9fbdf9ed5b72";
hash = "sha256-1Jj8TAgYxIGLJeTtiZBcXw0n/mTbh/uC8EFM0IYD5VY=";
fetchSubmodules = true;
};
separateDebugInfo = true;
cargoHash = "sha256-2MaRfQCAjW560sdAPqdWymClwY1U5QjIMzknHry+9zs=";
cargoHash = "sha256-f3w+msG7m6valf/I1puMrpiVgk0J1bdyp+rw3KQ/7ys=";
nativeBuildInputs = [
pkg-config protobuf python3 rustPlatform.bindgenHook wayland-scanner