Merge pull request #36499 from ryantm/auto-update/chromedriver

chromedriver: 2.35 -> 2.36
This commit is contained in:
Joachim F 2018-03-14 19:41:57 +00:00 committed by GitHub
commit 161395c07c
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 = "13iyz6579yw4fk9dr4nf2pdj55v1iflj8yf9a4zz7qw5996d5yk7";
sha256 = "1m119kbsr6gm8a37q92rflp5mp3fjzw8cy4r5j4bnihkai7khq94";
};
"x86_64-darwin" = {
@ -28,7 +28,7 @@ let
in
stdenv.mkDerivation rec {
name = "chromedriver-${version}";
version = "2.35";
version = "2.36";
src = fetchurl {
url = "http://chromedriver.storage.googleapis.com/${version}/chromedriver_${spec.system}.zip";