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

crosvm: 0-unstable-2025-04-07 -> 0-unstable-2025-04-16

parent 113b7657
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,12 +21,12 @@

rustPlatform.buildRustPackage {
  pname = "crosvm";
  version = "0-unstable-2025-04-07";
  version = "0-unstable-2025-04-16";

  src = fetchgit {
    url = "https://chromium.googlesource.com/chromiumos/platform/crosvm";
    rev = "7cb0f63341ca728c2d0f53c94fadfd20dd307186";
    hash = "sha256-xEKOEEGyfrfCGzI2+brkVwHcKKKLctNU+adgzVNGses=";
    rev = "28a224e3fb19ce9fe1ce2a32b952af4c96e10bea";
    hash = "sha256-LRXtGSSFAhRoSIFLfAhYyrBVx1tsxHgpQIfyKTI2Awk=";
    fetchSubmodules = true;
  };