mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +01:00
crosvm: 0-unstable-2025-10-30 -> 0-unstable-2025-11-05
This commit is contained in:
parent
0ef8247742
commit
a6c5eda96c
|
|
@ -21,12 +21,12 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "crosvm";
|
pname = "crosvm";
|
||||||
version = "0-unstable-2025-10-30";
|
version = "0-unstable-2025-11-05";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://chromium.googlesource.com/chromiumos/platform/crosvm";
|
url = "https://chromium.googlesource.com/chromiumos/platform/crosvm";
|
||||||
rev = "7f9512777db72a1e89ba0880af7bc5467ee461bf";
|
rev = "cc4086ef67b347624ae2dbe3e435824e1ecedffb";
|
||||||
hash = "sha256-ptx9JA/uyH05r/NvgtK4ppifOiW/zjl7Bsy7vgBYkjI=";
|
hash = "sha256-wo0opn5oZT0jPno1lLxBkEOullERh0GB95tQSvCBSrs=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue