summary refs log tree commit diff
path: root/pkgs/development/mobile/maestro
diff options
context:
space:
mode:
authorSubhrajyoti Sen <subhrajyoti12@gmail.com>2023-01-04 20:30:17 +0530
committerGitHub <noreply@github.com>2023-01-04 23:00:17 +0800
commit92e9905a79bd87c9819d21ba56a6f9e8706e3e22 (patch)
treec97744a1ec2757d9a7bc29e793fc762d2545d64b /pkgs/development/mobile/maestro
parent62f3c14480382787bd0b58b9ff39dd065ff4c28c (diff)
downloadnixpkgs-92e9905a79bd87c9819d21ba56a6f9e8706e3e22.tar
nixpkgs-92e9905a79bd87c9819d21ba56a6f9e8706e3e22.tar.gz
nixpkgs-92e9905a79bd87c9819d21ba56a6f9e8706e3e22.tar.bz2
nixpkgs-92e9905a79bd87c9819d21ba56a6f9e8706e3e22.tar.lz
nixpkgs-92e9905a79bd87c9819d21ba56a6f9e8706e3e22.tar.xz
nixpkgs-92e9905a79bd87c9819d21ba56a6f9e8706e3e22.tar.zst
nixpkgs-92e9905a79bd87c9819d21ba56a6f9e8706e3e22.zip
maestro: 1.18.2 -> 1.18.3
* maestro: 1.18.2 -> 1.18.3
* maestro: add changelog
Diffstat (limited to 'pkgs/development/mobile/maestro')
-rw-r--r--pkgs/development/mobile/maestro/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/mobile/maestro/default.nix b/pkgs/development/mobile/maestro/default.nix
index 6228b4760b6..cbcbb619585 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.18.2";
+  version = "1.18.3";
 
   src = fetchurl {
     url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip";
-    sha256 = "02w544q5dwyayl3mcrp0q4b140bpmk0xpcjjqq0i0sbhffzw1jn8";
+    sha256 = "13kv6ydd2xka0lnnpcn5jv12pw9n6p7nljdlgkimwvsqsh1z5kfc";
   };
 
   dontUnpack = true;
@@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
     homepage = "https://maestro.mobile.dev/";
     license = licenses.asl20;
     platforms = lib.platforms.all;
+    changelog = "https://github.com/mobile-dev-inc/maestro/blob/main/CHANGELOG.md";
     maintainers = with maintainers; [ SubhrajyotiSen ];
   };
 }