Merge pull request #258723 from SubhrajyotiSen/update-maestro

maestro: 1.33.0 -> 1.33.1
This commit is contained in:
Nick Cao 2023-10-03 09:53:53 -04:00 committed by GitHub
commit f62908f972
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.33.0";
version = "1.33.1";
src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip";
sha256 = "0xv7kbnr3q7w3lvlhwqwbpxz18wsb22k51xrq2dp73wdqk3jd36v";
sha256 = "142h53qwmibi9bpdwla9ard771vcri8yibnynvgj5nvfgapj2p4z";
};
dontUnpack = true;