maestro: 1.26.1 -> 1.27.0

This commit is contained in:
SubhrajyotiSen 2023-05-02 18:04:39 +05:30
parent 95ff81304a
commit b3ca5eff48

View file

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