Merge pull request #253689 from SubhrajyotiSen/update-maestro

maestro: 1.31.0 -> 1.32.0
This commit is contained in:
Weijia Wang 2023-09-06 22:46:15 +02:00 committed by GitHub
commit d24abecdaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;