mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
chromedriver 2.9 -> 2.10
This commit is contained in:
parent
16f801cba9
commit
336f1f9d88
|
@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
|
||||||
name = "chromedriver_linux64";
|
name = "chromedriver_linux64";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://chromedriver.storage.googleapis.com/2.9/${name}.zip";
|
url = "http://chromedriver.storage.googleapis.com/2.10/${name}.zip";
|
||||||
sha256 = "1m5xl5pz445igvhj31hby97xbizlw05b8fc6w53zq7faw7mzm665";
|
sha256 = "1949lhrv4hrmgapvypsgwzyr75w7vpy7nkkkwjkjxn61dkwmx4jw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip makeWrapper ];
|
buildInputs = [ unzip makeWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue