maestro: 2.4.0 -> 2.5.1

This commit is contained in:
Subhrajyoti Sen
2026-04-30 22:39:35 +02:00
parent 7b74e320f4
commit 837c99a894
+2 -2
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "maestro";
version = "2.4.0";
version = "2.5.1";
src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${finalAttrs.version}/maestro.zip";
hash = "sha256-rqIs5nq2cYmX7JkMWGUu3gwr6PEKxHmQOco9zjOQ1jQ=";
hash = "sha256-LZJL/TfMyrykOKcnITZIy/5Pi7cRVZ7I6dGZ3AmlzlI=";
};
dontUnpack = true;