crosvm.updateScript: update repo URL

https://chromium.googlesource.com/chromiumos/platform/crosvm/+/ed7d455a4364671d8dfaf2d3e65d25128861f650

+2 -5
+1 -4
pkgs/applications/virtualization/crosvm/update.py
··· 10 10 from os.path import abspath, dirname, splitext 11 11 from urllib.request import urlopen 12 12 13 - git_path = 'chromiumos/platform/crosvm' 14 - git_root = 'https://chromium.googlesource.com/' 15 - 16 13 # CrOS version numbers look like this: 17 14 # [<chrome-major-version>.]<tip-build>.<branch-build>.<branch-branch-build> 18 15 # ··· 50 47 # can be passed straight to fetchGit when imported by Nix. 51 48 argv = ['nix-prefetch-git', 52 49 '--fetch-submodules', 53 - '--url', git_root + git_path, 50 + '--url', 'https://chromium.googlesource.com/crosvm/crosvm', 54 51 '--rev', f'refs/heads/{release_branch}'] 55 52 output = subprocess.check_output(argv) 56 53 data['src'] = json.loads(output.decode('utf-8'))
+1 -1
pkgs/applications/virtualization/crosvm/upstream-info.json
··· 1 1 { 2 2 "version": "103.3", 3 3 "src": { 4 - "url": "https://chromium.googlesource.com/chromiumos/platform/crosvm", 4 + "url": "https://chromium.googlesource.com/crosvm/crosvm", 5 5 "rev": "e7db3a5cc78ca90ab06aadd5f08bb151090269b6", 6 6 "date": "2022-06-01T00:13:12+00:00", 7 7 "path": "/nix/store/r08jyffmjdq38f8yy57v8wgfjiil6586-crosvm",