Merge pull request #225998 from SubhrajyotiSen/update-maestro

maestro: 1.25.0 -> 1.26.0
This commit is contained in:
Sandro 2023-04-13 14:19:56 +02:00 committed by GitHub
commit f6387823d8
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.25.0";
version = "1.26.0";
src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip";
sha256 = "0rkm2rgbbr4rbycg2kz5in2wjklv23jr7ms5p49j3bpa6nkv4jq3";
sha256 = "1ad5s5125hcqv3cf9zz0yyxcfck0jylppd1n5vpd4s2yshz0lqnj";
};
dontUnpack = true;