Merge pull request #39273 from r-ryantm/auto-update/chromedriver

chromedriver: 2.37 -> 2.38
This commit is contained in:
Jörg Thalheim 2018-04-21 10:11:38 +01:00 committed by GitHub
commit e20c801ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ let
allSpecs = { allSpecs = {
"x86_64-linux" = { "x86_64-linux" = {
system = "linux64"; system = "linux64";
sha256 = "1pryrz4ry0pk6kawvj8sxhpqh6c6npxhm187412y2l598dcf9pwl"; sha256 = "1h7avlns00hd44ayi53lvdj2l85h9higky0jk7bad07hm39nagks";
}; };
"x86_64-darwin" = { "x86_64-darwin" = {
@ -28,7 +28,7 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "chromedriver-${version}"; name = "chromedriver-${version}";
version = "2.37"; version = "2.38";
src = fetchurl { src = fetchurl {
url = "http://chromedriver.storage.googleapis.com/${version}/chromedriver_${spec.system}.zip"; url = "http://chromedriver.storage.googleapis.com/${version}/chromedriver_${spec.system}.zip";