Skip to content

Commit dfb2f12

Browse files
r-ryantmalyssais
authored andcommitted
crosvm: 0-unstable-2025-08-07 -> 0-unstable-2025-08-18
1 parent cc2d758 commit dfb2f12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/cr/crosvm/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121

2222
rustPlatform.buildRustPackage {
2323
pname = "crosvm";
24-
version = "0-unstable-2025-08-07";
24+
version = "0-unstable-2025-08-18";
2525

2626
src = fetchgit {
2727
url = "https://chromium.googlesource.com/chromiumos/platform/crosvm";
28-
rev = "d919101220206d300875464a623b220dddc45fb6";
29-
hash = "sha256-2q8TwBwGsUC7if/lm9yhVJCxZiAqR6JHLZCvlpGqkZ0=";
28+
rev = "44659aa08a8c89c3dad2e468ff57cdb639c80732";
29+
hash = "sha256-bYTZ1R/WPUUZoxmdreFGaRt9epAI+mcIrEvs5RJPUeA=";
3030
fetchSubmodules = true;
3131
};
3232

3333
separateDebugInfo = true;
3434

35-
cargoHash = "sha256-k4lVgUNvQ8ySYs33nlyTcUgGxtXpiNEG/cFCAJNpJ+c=";
35+
cargoHash = "sha256-94m7vl3a35pUKxDlQDPY6Ag5HniZyLZ1+vfcJj7cKhk=";
3636

3737
nativeBuildInputs = [
3838
pkg-config

0 commit comments

Comments
 (0)