Merge pull request #215527 from SubhrajyotiSen/update-maestro

maestro: 1.21.3 -> 1.22.1
This commit is contained in:
Nick Cao 2023-02-10 09:45:59 +08:00 committed by GitHub
commit 66a9e6c8b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "maestro"; pname = "maestro";
version = "1.21.3"; version = "1.22.1";
src = fetchurl { src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip"; url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip";
sha256 = "1sphkzknz4lidj3vxzvq31x6k6si32smn2yylibccv4p4hjwvn68"; sha256 = "0h1012mdw8k4hf1fflxhbq7rq1gpwgs7a9v5sghc9minjc3b3z8h";
}; };
dontUnpack = true; dontUnpack = true;