Unverified Commit 8e804a5a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #232628 from SubhrajyotiSen/update-maestro

maestro: 1.27.0 -> 1.28.0
parents a991941a ebabf63f
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.27.0";
  version = "1.28.0";

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

  dontUnpack = true;