maestro: 1.21.3 -> 1.22.1

This commit is contained in:
SubhrajyotiSen 2023-02-09 21:34:56 +05:30
parent 32f4189721
commit 554438542d

View file

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