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

chromedriver: 2.36 -> 2.37
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:31:22 -05:00 committed by GitHub
commit ad563d7f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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