Unverified Commit b2433138 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #264754 from SubhrajyotiSen/update-maestro

maestro: 1.33.1 -> 1.34.0
parents f38d9835 35bbc976
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "maestro";
  version = "1.33.1";
  version = "1.34.0";

  src = fetchurl {
    url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip";
    sha256 = "142h53qwmibi9bpdwla9ard771vcri8yibnynvgj5nvfgapj2p4z";
    sha256 = "1qbva38lcy1rm5k6r207hk3nqrr07h7x9sdppz4w5f37q0ll986r";
  };

  dontUnpack = true;