maestro: 2.0.2 -> 2.0.3

This commit is contained in:
Subhrajyoti Sen
2025-09-13 22:38:33 +05:30
parent c23193b943
commit 81edb918c9
+2 -2
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "maestro";
version = "2.0.2";
version = "2.0.3";
src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${finalAttrs.version}/maestro.zip";
hash = "sha256-a6A7bwn3331A/cLrAvgCLYnK0Es54O7hG3lO+XV7Kiw=";
hash = "sha256-J15cSuxSVOyPLEPPVAbL35/JTbBRlb8+1bA9QE3eNeQ=";
};
dontUnpack = true;