crosvm: 0-unstable-2025-04-25 -> 0-unstable-2025-05-06

This commit is contained in:
R. Ryantm
2025-05-11 10:58:30 +02:00
committed by Alyssa Ross
parent 0deef54a2d
commit dd4ee16948
+4 -4
View File
@@ -21,19 +21,19 @@
rustPlatform.buildRustPackage {
pname = "crosvm";
version = "0-unstable-2025-04-25";
version = "0-unstable-2025-05-06";
src = fetchgit {
url = "https://chromium.googlesource.com/chromiumos/platform/crosvm";
rev = "6b75e831de4d5f44a362142d25b77d9c4d7988aa";
hash = "sha256-hqnzKFdjM32omoECKYTGkSukkpy837e44vMMnN5B05I=";
rev = "55ea45ba0b2b95b49287e5498fb46b74f7a83ac6";
hash = "sha256-i9p3UFtGSbSAlup2h/UpXBGy4huFbpeKegTMMB+I5us=";
fetchSubmodules = true;
};
separateDebugInfo = true;
useFetchCargoVendor = true;
cargoHash = "sha256-A5yHGG5KEsSUlDb+m+R6NnKEvReClPaGRxWjNjXlgys=";
cargoHash = "sha256-23F0WU//4xvP9xffxr+cQa0m0sSJjcWyz+usKBpDg20=";
nativeBuildInputs = [
pkg-config