Commit e6a3089e authored by Stefan Lau's avatar Stefan Lau Committed by Robin Gloster
Browse files

selendroid: 0.11.0 -> 0.17.0

parent 4cacf869
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,15 +4,15 @@ with stdenv.lib;
let
    name = "selendroid-standalone-${version}";
    pluginName = "selendroid-grid-plugin-${version}";
    version = "0.11.0";
    version = "0.17.0";
    srcs = {
      jar = fetchurl {
        url = "https://github.com/selendroid/selendroid/releases/download/${version}/${name}-with-dependencies.jar";
        sha256 = "1p6k974pr2634q1g65wx243cxdqhac63x8w2gsmh6vnni0818clk";
        sha256 = "10lxdsgp711pv8r6dk2aagnbvnn1b25zfqjvz7plc73zqhx1dxvw";
      };
      gridPlugin = fetchurl {
        url = "https://search.maven.org/remotecontent?filepath=io/selendroid/selendroid-grid-plugin/${version}/${pluginName}.jar";
        sha256 = "1iazmdv2z0k03fa1xlfipwdf3s9j6404kkpfs5xdyy0513ah02a0";
        sha256 = "1x6cjmp2hpghbgbf8vss0qaj2n4sfl29wp3bc4k1s3hnnpccvz70";
      };
    };
in