maestro: 1.19.0 -> 1.19.5

This commit is contained in:
SubhrajyotiSen 2023-01-18 01:01:06 +05:30
parent 5d9415ec71
commit 69f59098f9

View File

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