summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-10 10:50:06 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-10 19:50:06 +0200
commit1f6f12381416daa0f54da13555619a58c6f133fb (patch)
tree3977e48efad9e4849b5de71769bf6dfdf4a08f71
parentf13812989415708c99c1a60f6cde088608a58864 (diff)
downloadnixlib-1f6f12381416daa0f54da13555619a58c6f133fb.tar
nixlib-1f6f12381416daa0f54da13555619a58c6f133fb.tar.gz
nixlib-1f6f12381416daa0f54da13555619a58c6f133fb.tar.bz2
nixlib-1f6f12381416daa0f54da13555619a58c6f133fb.tar.lz
nixlib-1f6f12381416daa0f54da13555619a58c6f133fb.tar.xz
nixlib-1f6f12381416daa0f54da13555619a58c6f133fb.tar.zst
nixlib-1f6f12381416daa0f54da13555619a58c6f133fb.zip
chromedriver: 2.38 -> 2.39 (#41580)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/chromedriver/versions.

These checks were done:

- built on NixOS
- /nix/store/r7ai8p033gdhncxsfjjy3rb8qmcsvpqx-chromedriver-2.39/bin/chromedriver passed the binary check.
- Warning: no invocation of /nix/store/r7ai8p033gdhncxsfjjy3rb8qmcsvpqx-chromedriver-2.39/bin/.chromedriver-wrapped had a zero exit code or showed the expected version
- 1 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.39 with grep in /nix/store/r7ai8p033gdhncxsfjjy3rb8qmcsvpqx-chromedriver-2.39
- directory tree listing: https://gist.github.com/ed47d14dfe1661b73d2d877b6e790579
- du listing: https://gist.github.com/63dc7bb82190375bce025de50ed2d6fa
-rw-r--r--pkgs/development/tools/selenium/chromedriver/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/selenium/chromedriver/default.nix b/pkgs/development/tools/selenium/chromedriver/default.nix
index d865a20fbb9f..f140c1a74508 100644
--- a/pkgs/development/tools/selenium/chromedriver/default.nix
+++ b/pkgs/development/tools/selenium/chromedriver/default.nix
@@ -6,7 +6,7 @@ let
   allSpecs = {
     "x86_64-linux" = {
       system = "linux64";
-      sha256 = "1h7avlns00hd44ayi53lvdj2l85h9higky0jk7bad07hm39nagks";
+      sha256 = "1rkdlf9v5lciaq3yp7cp2vwmca612vngbcnz55ck76jgx6rknh3g";
     };
 
     "x86_64-darwin" = {
@@ -28,7 +28,7 @@ let
 in
 stdenv.mkDerivation rec {
   name = "chromedriver-${version}";
-  version = "2.38";
+  version = "2.39";
 
   src = fetchurl {
     url = "http://chromedriver.storage.googleapis.com/${version}/chromedriver_${spec.system}.zip";