chromedriver 2.9 -> 2.10

This commit is contained in:
Cillian de Róiste 2014-06-30 12:48:38 +02:00
parent 16f801cba9
commit 336f1f9d88

View file

@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
name = "chromedriver_linux64";
src = fetchurl {
url = "http://chromedriver.storage.googleapis.com/2.9/${name}.zip";
sha256 = "1m5xl5pz445igvhj31hby97xbizlw05b8fc6w53zq7faw7mzm665";
url = "http://chromedriver.storage.googleapis.com/2.10/${name}.zip";
sha256 = "1949lhrv4hrmgapvypsgwzyr75w7vpy7nkkkwjkjxn61dkwmx4jw";
};
buildInputs = [ unzip makeWrapper ];