Merge pull request #243392 from SubhrajyotiSen/update-maestro

maestro: 1.29.0 -> 1.30.0
This commit is contained in:
Nick Cao 2023-07-14 20:38:28 -06:00 committed by GitHub
commit 095ec4d4c0
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.29.0";
version = "1.30.0";
src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip";
sha256 = "1rxpz3sa9v9z44006vxqbp0iqq7lyq0h663hdgzjq8vf0wky2gf7";
sha256 = "1z9mrkxwfkp07z1k3kdgsda4dpb3hl3wa8mn0vwy3avh0k3my0px";
};
dontUnpack = true;