We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113b765 commit 31505d1Copy full SHA for 31505d1
pkgs/by-name/cr/crosvm/package.nix
@@ -21,12 +21,12 @@
21
22
rustPlatform.buildRustPackage {
23
pname = "crosvm";
24
- version = "0-unstable-2025-04-07";
+ version = "0-unstable-2025-04-16";
25
26
src = fetchgit {
27
url = "https://chromium.googlesource.com/chromiumos/platform/crosvm";
28
- rev = "7cb0f63341ca728c2d0f53c94fadfd20dd307186";
29
- hash = "sha256-xEKOEEGyfrfCGzI2+brkVwHcKKKLctNU+adgzVNGses=";
+ rev = "28a224e3fb19ce9fe1ce2a32b952af4c96e10bea";
+ hash = "sha256-LRXtGSSFAhRoSIFLfAhYyrBVx1tsxHgpQIfyKTI2Awk=";
30
fetchSubmodules = true;
31
};
32
0 commit comments