Merge pull request #59734 from Infinisil/update/libimobiledevice

Update libimobiledevice packages, fix usbmuxd
This commit is contained in:
worldofpeace 2019-04-17 14:09:11 -04:00 committed by GitHub
commit 2e60e06d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 25 additions and 25 deletions

View File

@ -3,15 +3,15 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libimobiledevice"; pname = "libimobiledevice";
version = "2018-07-24"; version = "2019-04-04";
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "d7a2e04d2e7880c56116fd35489a7f98755501b7"; rev = "eea4f1be9107c8ab621fd71460e47d0d38e55d71";
sha256 = "0cj0j10lmfr28c7nh79n2mcmy31xx50g93h0bqs0l7y76ph4dqkc"; sha256 = "0wh6z5f5znlqs0grh7c8jj1s411azgyy45klmql5kj3p8qqybqrs";
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ infinisil ];
}; };
} }

View File

@ -5,15 +5,15 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libplist"; pname = "libplist";
version = "2019-01-20"; version = "2019-04-04";
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libimobiledevice"; owner = "libimobiledevice";
repo = pname; repo = pname;
rev = "bec850fe399639f3b8582a39386216970dea15ed"; rev = "42bb64ba966082b440cb68cbdadf317f44710017";
sha256 = "197yw8xz8x2xld8b6975scgnl30j4ibm9llmzljyqngs0zsdwnin"; sha256 = "19yw80yblq29i2jx9yb7bx0lfychy9dncri3fk4as35kq5bf26i8";
}; };
outputs = ["bin" "dev" "out" "py"]; outputs = ["bin" "dev" "out" "py"];
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
description = "A library to handle Apple Property List format in binary or XML"; description = "A library to handle Apple Property List format in binary or XML";
homepage = https://github.com/libimobiledevice/libplist; homepage = https://github.com/libimobiledevice/libplist;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = [ ]; maintainers = with maintainers; [ infinisil ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -2,15 +2,15 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libusbmuxd"; pname = "libusbmuxd";
version = "2019-01-18"; version = "2019-03-23";
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libimobiledevice"; owner = "libimobiledevice";
repo = pname; repo = pname;
rev = "c75605d862cd1c312494f6c715246febc26b2e05"; rev = "873252dc8b4e469c7dc692064ac616104fca5f65";
sha256 = "0467a045k4znmaz61i7a2s7yywj67q830ja6zn7z39k5pqcl2z4p"; sha256 = "0qx3q0n1f2ajfm3vnairikayzln6iyb2y0i7sqfl8mj45ahl6wyj";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/libimobiledevice/libusbmuxd; homepage = https://github.com/libimobiledevice/libusbmuxd;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ infinisil ];
}; };
} }

View File

@ -2,15 +2,15 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ifuse"; pname = "ifuse";
version = "1.1.3"; version = "2018-10-08";
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libimobiledevice"; owner = "libimobiledevice";
repo = pname; repo = pname;
rev = version; rev = "e75d32c34d0e8b80320f0a007d5ecbb3f55ef7f0";
sha256 = "0p01rds3vc5864v48swgqw5dv0h937nqnxggryixg9pkvzhc6cx5"; sha256 = "1b9w2i0sliswlkkb890l9i0rxrf631xywxf8ihygfmjdsfw47h1m";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig fuse usbmuxd libimobiledevice ]; nativeBuildInputs = [ autoreconfHook pkgconfig fuse usbmuxd libimobiledevice ];
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ infinisil ];
}; };
} }

View File

@ -2,15 +2,15 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ideviceinstaller"; pname = "ideviceinstaller";
version = "2018-06-01"; version = "2018-10-01";
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libimobiledevice"; owner = "libimobiledevice";
repo = pname; repo = pname;
rev = "f7988de8279051f3d2d7973b8d7f2116aa5d9317"; rev = "f14def7cd9303a0fe622732fae9830ae702fdd7c";
sha256 = "1vmdvbwnjz3f90b9bqq7jg04q7awsbi9pmkvgwal8xdpp6jcwkwx"; sha256 = "1biwhbldvgdhn8ygp7w79ca0rivzdjpykr76pyhy7r2fa56mrwq8";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig usbmuxd libimobiledevice libzip ]; nativeBuildInputs = [ autoreconfHook pkgconfig usbmuxd libimobiledevice libzip ];
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ aristid ]; maintainers = with maintainers; [ aristid infinisil ];
}; };
} }

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "usbmuxd"; pname = "usbmuxd";
version = "2018-10-10"; version = "2019-03-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libimobiledevice"; owner = "libimobiledevice";
repo = pname; repo = pname;
rev = "96e4aabe0b9a46ea9da4955a10c774a8e58fe677"; rev = "b1b0bf390363fa36aff1bc09443ff751943b9c34";
sha256 = "03xnj4y606adbhl829vv46qa78f6w2ik4mjz19a34x9lhkcrqxqi"; sha256 = "176hapckx98h4x0ni947qpkv2s95f8xfwz00wi2w7rgbr6cviwjq";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];
@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ infinisil ];
}; };
} }