mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
chromedriver: 2.33 -> 2.35
This commit is contained in:
parent
26e80dea72
commit
7bd68dff1e
1 changed files with 3 additions and 8 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue