Merge pull request #34701 from holidaycheck/chromedriver-2.35

chromedriver: 2.33 -> 2.35
This commit is contained in:
Jörg Thalheim 2018-02-09 16:09:21 +00:00 committed by GitHub
commit 03ad93a879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,19 +4,14 @@
}:
let
allSpecs = {
"i686-linux" = {
system = "linux32";
sha256 = "13fngjg2v0l3vhlmjnffy785ckgk2kbpm7307li75vinkcly91cj";
};
"x86_64-linux" = {
system = "linux64";
sha256 = "0x5vnmnw6mws6iw9s0kcm4crx9gfgy0vjjpk1v0wk7jpn6d0bl47";
sha256 = "13iyz6579yw4fk9dr4nf2pdj55v1iflj8yf9a4zz7qw5996d5yk7";
};
"x86_64-darwin" = {
system = "mac64";
sha256 = "09y8ijj75q5a7snzchxinxfq2ad2sw0f30zi0p3hqf1n88y28jq6";
sha256 = "11xa31bxhrq0p7kd3j76dihp73abdbmbwdng5454m1wir6yj25f1";
};
};
@ -33,7 +28,7 @@ let
in
stdenv.mkDerivation rec {
name = "chromedriver-${version}";
version = "2.33";
version = "2.35";
src = fetchurl {
url = "http://chromedriver.storage.googleapis.com/${version}/chromedriver_${spec.system}.zip";