Merge pull request #226140 from SubhrajyotiSen/update-maestro

maestro: 1.26.0 -> 1.26.1
This commit is contained in:
Bobby Rong 2023-04-14 20:29:24 +08:00 committed by GitHub
commit 6a3f91e944
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.26.0";
version = "1.26.1";
src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip";
sha256 = "1ad5s5125hcqv3cf9zz0yyxcfck0jylppd1n5vpd4s2yshz0lqnj";
sha256 = "1hq4y8qwnw6mb962g2cp7a5qp8x95p6268d34hjpx0i2h40s9vrk";
};
dontUnpack = true;