Commit 80f9c2c3 authored by Alyssa Ross's avatar Alyssa Ross Committed by Alyssa Ross
Browse files

crosvm: switch back to old git repo URL

Despite having moved the main repo to crosvm/crosvm, release branches
are still only being created on chromiumos/platform/crosvm.  So we
should have crosvm/crosvm as the homepage, but fetch from
chromiumos/platform/crosvm.

Link: https://github.com/NixOS/nixpkgs/pull/193746
parent fc8a4f72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ rustPlatform.buildRustPackage rec {
  version = "104.0";

  src = fetchgit {
    url = "https://chromium.googlesource.com/crosvm/crosvm";
    url = "https://chromium.googlesource.com/chromiumos/platform/crosvm";
    rev = "265aab613b1eb31598ea0826f04810d9f010a2c6";
    sha256 = "OzbtPHs6BWK83RZ/6eCQHA61X6SY8FoBkaN70a37pvc=";
    fetchSubmodules = true;