Merge pull request #210566 from SubhrajyotiSen/update-maestro

maestro: 1.18.5 -> 1.19.0
This commit is contained in:
Felix Bühler 2023-01-15 19:04:54 +01:00 committed by GitHub
commit 82528e6c10
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.18.5";
version = "1.19.0";
src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip";
sha256 = "1wmcvkhhb9ksy35dpp7qa6vk4726pblza869xjx56qmadd6nrrax";
sha256 = "1q5yz2lw3g3y11k9wgq8k5ghxmdp7c2qrz0as7r175rbmvxlf4xn";
};
dontUnpack = true;