maestro: 1.19.5 -> 1.20.0

This commit is contained in:
SubhrajyotiSen 2023-01-25 09:43:42 +05:30
parent fdc0bb1113
commit c52e921894

View file

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