mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
chromedriver: 78.0.3904.70 -> 80.0.3987.16
This commit is contained in:
parent
91801c0b45
commit
07ba5ae8f7
|
@ -6,12 +6,12 @@ let
|
||||||
allSpecs = {
|
allSpecs = {
|
||||||
x86_64-linux = {
|
x86_64-linux = {
|
||||||
system = "linux64";
|
system = "linux64";
|
||||||
sha256 = "155yilj9w8a6jbkx1axhhkizwdc12krl4xixn10j7n94bvny4w2y";
|
sha256 = "0cx6x5akmawyzm5dmd3xvj9a2vg4dnai1qs1v9p4acw9hai559c8";
|
||||||
};
|
};
|
||||||
|
|
||||||
x86_64-darwin = {
|
x86_64-darwin = {
|
||||||
system = "mac64";
|
system = "mac64";
|
||||||
sha256 = "0dzy9ihhbhx4byr2kalwfbn6jbk1hinacdqi25lvhaprdbrh2igh";
|
sha256 = "1nh7h2wpljpblwqr0km7nzg3ky5xw6cxqmgdmgvw6qia8bryw1lj";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "chromedriver";
|
pname = "chromedriver";
|
||||||
version = "78.0.3904.70";
|
version = "80.0.3987.16";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://chromedriver.storage.googleapis.com/${version}/chromedriver_${spec.system}.zip";
|
url = "https://chromedriver.storage.googleapis.com/${version}/chromedriver_${spec.system}.zip";
|
||||||
|
|
Loading…
Reference in a new issue