Loading pkgs/development/mobile/maestro/default.nix→pkgs/by-name/ma/maestro/package.nix +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 Loading pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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 { }; Loading
pkgs/development/mobile/maestro/default.nix→pkgs/by-name/ma/maestro/package.nix +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 Loading
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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 { };