maestro: 1.40.3 -> 1.41.0

This commit is contained in:
R. Ryantm 2025-07-04 02:28:46 +00:00
parent 9af9e79f31
commit c1e4c88ac7

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "maestro";
version = "1.40.3";
version = "1.41.0";
src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${finalAttrs.version}/maestro.zip";
hash = "sha256-gLdT1Mcllnsysb4N2JYck9OxQi9m63leH9zb5newotU=";
hash = "sha256-C4ei7tjBWU/lcsXynW1krzifS3Ix3d5xQXm7ywXw/gw=";
};
dontUnpack = true;