Merge pull request #264754 from SubhrajyotiSen/update-maestro

maestro: 1.33.1 -> 1.34.0
This commit is contained in:
Nick Cao 2023-11-01 09:27:28 -04:00 committed by GitHub
commit b243313808
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.33.1";
version = "1.34.0";
src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip";
sha256 = "142h53qwmibi9bpdwla9ard771vcri8yibnynvgj5nvfgapj2p4z";
sha256 = "1qbva38lcy1rm5k6r207hk3nqrr07h7x9sdppz4w5f37q0ll986r";
};
dontUnpack = true;