Merge pull request #256477 from SubhrajyotiSen/update-maestro

maestro: 1.32.0 -> 1.33.0
This commit is contained in:
Weijia Wang 2023-09-21 22:28:35 +02:00 committed by GitHub
commit ca7c96c46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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