forked from mirrors/nixpkgs
crosvm: 117.0 -> 119.0
This commit is contained in:
parent
92facb43dc
commit
f1d7a313b2
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "crosvm";
|
pname = "crosvm";
|
||||||
version = "117.0";
|
version = "119.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://chromium.googlesource.com/chromiumos/platform/crosvm";
|
url = "https://chromium.googlesource.com/chromiumos/platform/crosvm";
|
||||||
rev = "2ec6c2a0d6700b297bb53803c5065a50f8094c77";
|
rev = "b9977397be2ffc8154bf55983eb21495016d48b5";
|
||||||
sha256 = "PFQc6DNbZ6zIXooYKNSHAkHlDvDk09tgRX5KYRiZ2nA=";
|
sha256 = "oaCWiyYWQQGERaUPSekUHsO8vaHzIA5ZdSebm/qRR7I=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
separateDebugInfo = true;
|
separateDebugInfo = true;
|
||||||
|
|
||||||
cargoHash = "sha256-yRujLgPaoKx/wkG3yMwQ5ndy9X5xDWSKtCr8DypXvEA=";
|
cargoHash = "sha256-U/sF/0OWxA41iZsOTao8eeb98lluqOwcPwwA4emcSFc=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config protobuf python3 rustPlatform.bindgenHook wayland-scanner
|
pkg-config protobuf python3 rustPlatform.bindgenHook wayland-scanner
|
||||||
|
|
Loading…
Reference in a new issue