Skip to content

Commit

Permalink
chromedriver: 80.0.3987.16 -> 81.0.4044.69
Browse files Browse the repository at this point in the history
  • Loading branch information
das-g committed Apr 15, 2020
1 parent 29a98f2 commit dd3cc04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/selenium/chromedriver/default.nix
Expand Up @@ -6,12 +6,12 @@ let
allSpecs = {
x86_64-linux = {
system = "linux64";
sha256 = "0cx6x5akmawyzm5dmd3xvj9a2vg4dnai1qs1v9p4acw9hai559c8";
sha256 = "1mqsangjindfqgvjxgmpgfrcd8a2lqmwl587l0ip0p5wwz8yq5wi";
};

x86_64-darwin = {
system = "mac64";
sha256 = "1nh7h2wpljpblwqr0km7nzg3ky5xw6cxqmgdmgvw6qia8bryw1lj";
sha256 = "18ydf2bk5aiin3yffb9z8215idz65nkhgxq0mmlvwb8gwsdvnwi1";
};
};

Expand All @@ -28,7 +28,7 @@ let
in
stdenv.mkDerivation rec {
pname = "chromedriver";
version = "80.0.3987.16";
version = "81.0.4044.69";

src = fetchurl {
url = "https://chromedriver.storage.googleapis.com/${version}/chromedriver_${spec.system}.zip";
Expand Down

0 comments on commit dd3cc04

Please sign in to comment.