about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTANIGUCHI Kohei <a.d.xvii.kal.mai@gmail.com>2020-02-12 22:22:50 +0900
committerTANIGUCHI Kohei <a.d.xvii.kal.mai@gmail.com>2020-02-12 22:22:50 +0900
commit07ba5ae8f7268d002bf1552f499c689f3ca4e7c3 (patch)
treeffd5e95d04393530a45d91b8ba3bf3b41e11148c /pkgs
parent91801c0b45e2d667a77c7ce4332ec30a0715d036 (diff)
downloadnixlib-07ba5ae8f7268d002bf1552f499c689f3ca4e7c3.tar
nixlib-07ba5ae8f7268d002bf1552f499c689f3ca4e7c3.tar.gz
nixlib-07ba5ae8f7268d002bf1552f499c689f3ca4e7c3.tar.bz2
nixlib-07ba5ae8f7268d002bf1552f499c689f3ca4e7c3.tar.lz
nixlib-07ba5ae8f7268d002bf1552f499c689f3ca4e7c3.tar.xz
nixlib-07ba5ae8f7268d002bf1552f499c689f3ca4e7c3.tar.zst
nixlib-07ba5ae8f7268d002bf1552f499c689f3ca4e7c3.zip
chromedriver: 78.0.3904.70 -> 80.0.3987.16
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/selenium/chromedriver/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/selenium/chromedriver/default.nix b/pkgs/development/tools/selenium/chromedriver/default.nix
index aed384ba61f9..435588953db2 100644
--- a/pkgs/development/tools/selenium/chromedriver/default.nix
+++ b/pkgs/development/tools/selenium/chromedriver/default.nix
@@ -6,12 +6,12 @@ let
   allSpecs = {
     x86_64-linux = {
       system = "linux64";
-      sha256 = "155yilj9w8a6jbkx1axhhkizwdc12krl4xixn10j7n94bvny4w2y";
+      sha256 = "0cx6x5akmawyzm5dmd3xvj9a2vg4dnai1qs1v9p4acw9hai559c8";
     };
 
     x86_64-darwin = {
       system = "mac64";
-      sha256 = "0dzy9ihhbhx4byr2kalwfbn6jbk1hinacdqi25lvhaprdbrh2igh";
+      sha256 = "1nh7h2wpljpblwqr0km7nzg3ky5xw6cxqmgdmgvw6qia8bryw1lj";
     };
   };
 
@@ -28,7 +28,7 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "chromedriver";
-  version = "78.0.3904.70";
+  version = "80.0.3987.16";
 
   src = fetchurl {
     url = "https://chromedriver.storage.googleapis.com/${version}/chromedriver_${spec.system}.zip";