Commit dd4ee169 authored by R. RyanTM's avatar R. RyanTM Committed by Alyssa Ross
Browse files

crosvm: 0-unstable-2025-04-25 -> 0-unstable-2025-05-06

parent 0deef54a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -21,19 +21,19 @@

rustPlatform.buildRustPackage {
  pname = "crosvm";
  version = "0-unstable-2025-04-25";
  version = "0-unstable-2025-05-06";

  src = fetchgit {
    url = "https://chromium.googlesource.com/chromiumos/platform/crosvm";
    rev = "6b75e831de4d5f44a362142d25b77d9c4d7988aa";
    hash = "sha256-hqnzKFdjM32omoECKYTGkSukkpy837e44vMMnN5B05I=";
    rev = "55ea45ba0b2b95b49287e5498fb46b74f7a83ac6";
    hash = "sha256-i9p3UFtGSbSAlup2h/UpXBGy4huFbpeKegTMMB+I5us=";
    fetchSubmodules = true;
  };

  separateDebugInfo = true;

  useFetchCargoVendor = true;
  cargoHash = "sha256-A5yHGG5KEsSUlDb+m+R6NnKEvReClPaGRxWjNjXlgys=";
  cargoHash = "sha256-23F0WU//4xvP9xffxr+cQa0m0sSJjcWyz+usKBpDg20=";

  nativeBuildInputs = [
    pkg-config