Unverified Commit d24abecd authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #253689 from SubhrajyotiSen/update-maestro

maestro: 1.31.0 -> 1.32.0
parents de42a231 53c6dd8c
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.31.0";
  version = "1.32.0";

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

  dontUnpack = true;