summary refs log tree commit diff
path: root/pkgs/development/tools/selenium/htmlunit-driver
diff options
context:
space:
mode:
authorStefan Lau <github@stefanlau.com>2017-10-07 11:54:23 +0200
committerStefan Lau <stefan.lau@holidaycheck.com>2017-10-09 10:19:29 +0200
commit173d8db077ad150564de33a2f9576bbe0599316d (patch)
tree6761fa18f7bd15cd8ac4f4d1bca5c9ed9620f17b /pkgs/development/tools/selenium/htmlunit-driver
parente3bda92a1ab0fc6124b0d645890b517e5e492f8f (diff)
selenium-server-standalone: 2.53.0 -> 3.6.0
Diffstat (limited to 'pkgs/development/tools/selenium/htmlunit-driver')
-rw-r--r--pkgs/development/tools/selenium/htmlunit-driver/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/selenium/htmlunit-driver/default.nix b/pkgs/development/tools/selenium/htmlunit-driver/default.nix
index 2fc38db1bb0ca..03c3c23c7559a 100644
--- a/pkgs/development/tools/selenium/htmlunit-driver/default.nix
+++ b/pkgs/development/tools/selenium/htmlunit-driver/default.nix
@@ -4,11 +4,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "htmlunit-driver-standalone-${version}";
-  version = "2.21";
+  version = "2.27";
 
   src = fetchurl {
-    url = "https://github.com/SeleniumHQ/htmlunit-driver/releases/download/${version}/htmlunit-driver-standalone-${version}.jar";
-    sha256 = "1wrbam0hb036717z3y73lsw4pwp5sdiw2i1818kg9pvc7i3fb3yn";
+    url = "https://github.com/SeleniumHQ/htmlunit-driver/releases/download/${version}/htmlunit-driver-${version}-with-dependencies.jar";
+    sha256 = "1sd3cwpamcbq9pv0mvcm8x6minqrlb4i0r12q3jg91girqswm2dp";
   };
 
   unpackPhase = "true";