Merge pull request #34701 from holidaycheck/chromedriver-2.35

chromedriver: 2.33 -> 2.35

Changed files
+3 -8
pkgs
development
tools
selenium
chromedriver
+3 -8
pkgs/development/tools/selenium/chromedriver/default.nix
···
}:
let
allSpecs = {
-
"i686-linux" = {
-
system = "linux32";
-
sha256 = "13fngjg2v0l3vhlmjnffy785ckgk2kbpm7307li75vinkcly91cj";
-
};
-
"x86_64-linux" = {
system = "linux64";
-
sha256 = "0x5vnmnw6mws6iw9s0kcm4crx9gfgy0vjjpk1v0wk7jpn6d0bl47";
};
"x86_64-darwin" = {
system = "mac64";
-
sha256 = "09y8ijj75q5a7snzchxinxfq2ad2sw0f30zi0p3hqf1n88y28jq6";
};
};
···
in
stdenv.mkDerivation rec {
name = "chromedriver-${version}";
-
version = "2.33";
src = fetchurl {
url = "http://chromedriver.storage.googleapis.com/${version}/chromedriver_${spec.system}.zip";
···
}:
let
allSpecs = {
"x86_64-linux" = {
system = "linux64";
+
sha256 = "13iyz6579yw4fk9dr4nf2pdj55v1iflj8yf9a4zz7qw5996d5yk7";
};
"x86_64-darwin" = {
system = "mac64";
+
sha256 = "11xa31bxhrq0p7kd3j76dihp73abdbmbwdng5454m1wir6yj25f1";
};
};
···
in
stdenv.mkDerivation rec {
name = "chromedriver-${version}";
+
version = "2.35";
src = fetchurl {
url = "http://chromedriver.storage.googleapis.com/${version}/chromedriver_${spec.system}.zip";