about summary refs log tree commit diff
path: root/pkgs/development/mobile
diff options
context:
space:
mode:
authorSubhrajyotiSen <subhrajyoti12@gmail.com>2023-04-14 17:06:31 +0530
committerSubhrajyotiSen <subhrajyoti12@gmail.com>2023-04-14 17:06:31 +0530
commitd421a8dadc663badea427c7cc6e88bb4804e7549 (patch)
treec7124521d6d57a72abdd55c18e50370fe89e6dec /pkgs/development/mobile
parentbc74c8fb42f1c47e60a6d1be08b22cf0e2e1502a (diff)
maestro: 1.26.0 -> 1.26.1
Diffstat (limited to 'pkgs/development/mobile')
-rw-r--r--pkgs/development/mobile/maestro/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/mobile/maestro/default.nix b/pkgs/development/mobile/maestro/default.nix
index a0ea7de597918..0cf885b341f99 100644
--- a/pkgs/development/mobile/maestro/default.nix
+++ b/pkgs/development/mobile/maestro/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "maestro";
-  version = "1.26.0";
+  version = "1.26.1";
 
   src = fetchurl {
     url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip";
-    sha256 = "1ad5s5125hcqv3cf9zz0yyxcfck0jylppd1n5vpd4s2yshz0lqnj";
+    sha256 = "1hq4y8qwnw6mb962g2cp7a5qp8x95p6268d34hjpx0i2h40s9vrk";
   };
 
   dontUnpack = true;