chromedriver: 2.41 -> 2.42 (#47329)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/chromedriver/versions
This commit is contained in:
parent
a3ba62db23
commit
e3654421d3
@ -6,7 +6,7 @@ let
|
|||||||
allSpecs = {
|
allSpecs = {
|
||||||
"x86_64-linux" = {
|
"x86_64-linux" = {
|
||||||
system = "linux64";
|
system = "linux64";
|
||||||
sha256 = "1iwmdkkxfmmiqzvj2bjh98db6j6zfb8s2m5kq15wmnq0g44gxski";
|
sha256 = "10phyz7ffzzx5ysbpyidssvwjdrcyszxf3lnba8qsrcajzm21nff";
|
||||||
};
|
};
|
||||||
|
|
||||||
"x86_64-darwin" = {
|
"x86_64-darwin" = {
|
||||||
@ -28,7 +28,7 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "chromedriver-${version}";
|
name = "chromedriver-${version}";
|
||||||
version = "2.41";
|
version = "2.42";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://chromedriver.storage.googleapis.com/${version}/chromedriver_${spec.system}.zip";
|
url = "https://chromedriver.storage.googleapis.com/${version}/chromedriver_${spec.system}.zip";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user