maestro: v1.30.3 -> v1.30.4

This commit is contained in:
Yash Garg 2023-07-22 02:19:07 +05:30 committed by GitHub
parent 6c65f34ee9
commit fde0d8e485
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.30.3";
version = "1.30.4";
src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip";
sha256 = "0y7qcm9f235xvfsavngsw650b3ibmzff2bf32axgp9w06bwfh8rq";
sha256 = "1dc02krdysaal1w3lrwr9xcz04r72jgm0kg3bpv70gd830yp9bkr";
};
dontUnpack = true;