Merge pull request #238580 from SubhrajyotiSen/update-maestro

maestro: 1.28.0 -> 1.29.0
This commit is contained in:
Weijia Wang 2023-06-20 03:08:39 +03:00 committed by GitHub
commit 085830dc79
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.28.0";
version = "1.29.0";
src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip";
sha256 = "15vc8w40fyzg23rj5awifxi6gpb51pbp2khamcs7dypi6263cq54";
sha256 = "1rxpz3sa9v9z44006vxqbp0iqq7lyq0h663hdgzjq8vf0wky2gf7";
};
dontUnpack = true;