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
This commit is contained in:
parent
fc8a4f7291
commit
80f9c2c366
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user