Unverified Commit f4edc1ea authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #328989 from fpletz/pkgs/libusbmuxd-2.1.0

parents 61f2ced8 62959e0b
Loading
Loading
Loading
Loading
+14 −13
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, autoreconfHook
, pkg-config
, libplist
, libimobiledevice-glue
{
  lib,
  stdenv,
  fetchFromGitHub,
  autoreconfHook,
  pkg-config,
  libplist,
  libimobiledevice-glue,
}:

stdenv.mkDerivation rec {
  pname = "libusbmuxd";
  version = "2.0.2+date=2023-04-30";
  version = "2.1.0";

  src = fetchFromGitHub {
    owner = "libimobiledevice";
    repo = pname;
    rev = "f47c36f5bd2a653a3bd7fb1cf1d2c50b0e6193fb";
    hash = "sha256-ojFnFD0lcdJLP27oFukwzkG5THx1QE+tRBsaMj4ZCc4=";
    rev = version;
    hash = "sha256-coQqNGPsqrOYbBjO0eQZQNK8ZTB+ZzfMWvQ6Z1by9PY=";
  };

  nativeBuildInputs = [
@@ -32,11 +33,11 @@ stdenv.mkDerivation rec {
    export RELEASE_VERSION=${version}
  '';

  meta = with lib; {
  meta = {
    description = "Client library to multiplex connections from and to iOS devices";
    homepage = "https://github.com/libimobiledevice/libusbmuxd";
    license = licenses.lgpl21Plus;
    platforms = platforms.unix;
    license = lib.licenses.lgpl21Plus;
    platforms = lib.platforms.unix;
    maintainers = [ ];
  };
}
+0 −2
Original line number Diff line number Diff line
@@ -22652,8 +22652,6 @@ with pkgs;
  libusbgx = callPackage ../development/libraries/libusbgx { };
  libusbmuxd = callPackage ../development/libraries/libusbmuxd { };
  libusbsio = callPackage ../development/libraries/libusbsio { };
  libucontext = callPackage ../development/libraries/libucontext { };