crosvm: 0-unstable-2025-10-30 -> 0-unstable-2025-11-05

This commit is contained in:
R. Ryantm 2025-11-07 08:37:07 +00:00
parent 0ef8247742
commit a6c5eda96c

View file

@ -21,12 +21,12 @@
rustPlatform.buildRustPackage {
pname = "crosvm";
version = "0-unstable-2025-10-30";
version = "0-unstable-2025-11-05";
src = fetchgit {
url = "https://chromium.googlesource.com/chromiumos/platform/crosvm";
rev = "7f9512777db72a1e89ba0880af7bc5467ee461bf";
hash = "sha256-ptx9JA/uyH05r/NvgtK4ppifOiW/zjl7Bsy7vgBYkjI=";
rev = "cc4086ef67b347624ae2dbe3e435824e1ecedffb";
hash = "sha256-wo0opn5oZT0jPno1lLxBkEOullERh0GB95tQSvCBSrs=";
fetchSubmodules = true;
};