crosvm: 0-unstable-2025-01-21 -> 0-unstable-2025-02-04

This commit is contained in:
R. Ryantm
2025-02-05 20:46:31 +01:00
committed by Alyssa Ross
parent 4d0c6a37b9
commit d7fe3bcaca
@@ -21,18 +21,18 @@
rustPlatform.buildRustPackage rec {
pname = "crosvm";
version = "0-unstable-2025-01-21";
version = "0-unstable-2025-02-04";
src = fetchgit {
url = "https://chromium.googlesource.com/chromiumos/platform/crosvm";
rev = "c93c22f1da264919ba551db84d43d4a11ea55d8d";
hash = "sha256-edhg1ZtlbzsqvmeVO/AddMfmFBcicxTWV5VvZZ25v6U=";
rev = "d8e0f16c287b962505c8746c3be08323492186c9";
hash = "sha256-kiWYJLtQK9RWWRCHdVAVNcZhb4NPcLd1KIQKe3xZH+A=";
fetchSubmodules = true;
};
separateDebugInfo = true;
cargoHash = "sha256-6n9KhLcTSdv2iwFNHvghxOl7G1ht7Ngm3Vw3L9cM6E0=";
cargoHash = "sha256-JJ9Qu1yPfyApbwe7ImWxfMb23uNVocy/zMkUYL/zy5s=";
nativeBuildInputs = [
pkg-config