Unverified Commit 0a17c072 authored by Johannes Jöns's avatar Johannes Jöns Committed by GitHub
Browse files

maestro: update from 1.36.0 to 1.37.9 (#335888)

parents 6b839a3f 860d4e26
Loading
Loading
Loading
Loading
+14 −4
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, unzip, makeWrapper, jre_headless }:
{
  lib,
  stdenv,
  fetchurl,
  unzip,
  makeWrapper,
  jre_headless,
}:

stdenv.mkDerivation rec {
  pname = "maestro";
  version = "1.36.0";
  version = "1.37.9";

  src = fetchurl {
    url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip";
    sha256 = "18zffmqz32dfb66yy48z3dl258rlfc8m2r4021hbrbixvk7k3qb7";
    sha256 = "sha256-bWZuD2+v6molwW1ef2a3djBnVfYscBjILLGXeeSUmoU=";
  };

  dontUnpack = true;
  nativeBuildInputs = [ unzip makeWrapper ];
  nativeBuildInputs = [
    unzip
    makeWrapper
  ];

  installPhase = ''
    mkdir $out
+0 −2
Original line number Diff line number Diff line
@@ -33343,8 +33343,6 @@ with pkgs;
  maestral-gui = qt6Packages.callPackage ../applications/networking/maestral-qt { };
  maestro = callPackage ../development/mobile/maestro { };
  myfitnesspal = with python3Packages; toPythonApplication myfitnesspal;
  lemurs = callPackage ../applications/display-managers/lemurs { };