Merge pull request #232628 from SubhrajyotiSen/update-maestro

maestro: 1.27.0 -> 1.28.0
This commit is contained in:
Mario Rodas 2023-05-19 04:57:37 -05:00 committed by GitHub
commit 8e804a5aa9
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.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;