chromedriver: fix src download link
Upstream migrated to a new bucket for their chromedriver releases. Seedd90f46119
Our chromium/update.py (and by proxy upstream-info.nix) does not need to by changed in any way, since it already uses the new API endpoint since65e801cb43
(which already uses the new bucket URL).
This commit is contained in:
parent
c563706a16
commit
46c7c8a777
@ -41,7 +41,7 @@ in stdenv.mkDerivation rec {
|
||||
version = upstream-info.version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/${version}/${spec.system}/chromedriver-${spec.system}.zip";
|
||||
url = "https://storage.googleapis.com/chrome-for-testing-public/${version}/${spec.system}/chromedriver-${spec.system}.zip";
|
||||
hash = spec.hash;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user