Unverified Commit 042d0c7f authored by Alyssa Ross's avatar Alyssa Ross Committed by GitHub
Browse files

crosvm: 0-unstable-2025-11-05 -> 0-unstable-2025-11-13 (#461428)

parents 7d1be296 a0fb838d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -21,18 +21,18 @@

rustPlatform.buildRustPackage {
  pname = "crosvm";
  version = "0-unstable-2025-11-05";
  version = "0-unstable-2025-11-13";

  src = fetchgit {
    url = "https://chromium.googlesource.com/chromiumos/platform/crosvm";
    rev = "cc4086ef67b347624ae2dbe3e435824e1ecedffb";
    hash = "sha256-wo0opn5oZT0jPno1lLxBkEOullERh0GB95tQSvCBSrs=";
    rev = "3d7db6c9fded7a184e279ca9170abfa94fd59e34";
    hash = "sha256-sRl0ABggh1u3ctsqA/OSgDKtB1mO6zNHiRKvZ316sOM=";
    fetchSubmodules = true;
  };

  separateDebugInfo = true;

  cargoHash = "sha256-P6vFWs9lVn4EkXUVOi+3s/tptAV/J7tH5GBCQv/dwUA=";
  cargoHash = "sha256-NeyJLsE/Uvcg/kNzS1SXEBjExKwbjcHkkhT2jSQjxx4=";

  nativeBuildInputs = [
    pkg-config