about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-04-17 14:09:11 -0400
committerGitHub <noreply@github.com>2019-04-17 14:09:11 -0400
commit2e60e06d69d9090fe14353aadb420e98b3805ac4 (patch)
tree74aa77d4db115d645c2467c41df7df1eaa3b7c47 /pkgs/tools/misc
parentb3d3b426a6301f2917e390e679b0114cf55e617d (diff)
parent768e9b1505b1e5bf81f310349e919794127596ba (diff)
downloadnixlib-2e60e06d69d9090fe14353aadb420e98b3805ac4.tar
nixlib-2e60e06d69d9090fe14353aadb420e98b3805ac4.tar.gz
nixlib-2e60e06d69d9090fe14353aadb420e98b3805ac4.tar.bz2
nixlib-2e60e06d69d9090fe14353aadb420e98b3805ac4.tar.lz
nixlib-2e60e06d69d9090fe14353aadb420e98b3805ac4.tar.xz
nixlib-2e60e06d69d9090fe14353aadb420e98b3805ac4.tar.zst
nixlib-2e60e06d69d9090fe14353aadb420e98b3805ac4.zip
Merge pull request #59734 from Infinisil/update/libimobiledevice
Update libimobiledevice packages, fix usbmuxd
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/ideviceinstaller/default.nix10
-rw-r--r--pkgs/tools/misc/usbmuxd/default.nix8
2 files changed, 9 insertions, 9 deletions
diff --git a/pkgs/tools/misc/ideviceinstaller/default.nix b/pkgs/tools/misc/ideviceinstaller/default.nix
index 957267ae10ee..15af413a999d 100644
--- a/pkgs/tools/misc/ideviceinstaller/default.nix
+++ b/pkgs/tools/misc/ideviceinstaller/default.nix
@@ -2,15 +2,15 @@
 
 stdenv.mkDerivation rec {
   pname = "ideviceinstaller";
-  version = "2018-06-01";
+  version = "2018-10-01";
 
   name = "${pname}-${version}";
 
   src = fetchFromGitHub {
     owner = "libimobiledevice";
     repo = pname;
-    rev = "f7988de8279051f3d2d7973b8d7f2116aa5d9317";
-    sha256 = "1vmdvbwnjz3f90b9bqq7jg04q7awsbi9pmkvgwal8xdpp6jcwkwx";
+    rev = "f14def7cd9303a0fe622732fae9830ae702fdd7c";
+    sha256 = "1biwhbldvgdhn8ygp7w79ca0rivzdjpykr76pyhy7r2fa56mrwq8";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig usbmuxd libimobiledevice libzip ];
@@ -19,12 +19,12 @@ stdenv.mkDerivation rec {
     homepage = https://github.com/libimobiledevice/ideviceinstaller;
     description = "List/modify installed apps of iOS devices";
     longDescription = ''
-      ideviceinstaller is a tool to interact with the installation_proxy 
+      ideviceinstaller is a tool to interact with the installation_proxy
       of an iOS device allowing to install, upgrade, uninstall, archive, restore
       and enumerate installed or archived apps.
     '';
     license = licenses.gpl2;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ aristid ];
+    maintainers = with maintainers; [ aristid infinisil ];
   };
 }
diff --git a/pkgs/tools/misc/usbmuxd/default.nix b/pkgs/tools/misc/usbmuxd/default.nix
index 2dfd4752f07a..9b94d0037060 100644
--- a/pkgs/tools/misc/usbmuxd/default.nix
+++ b/pkgs/tools/misc/usbmuxd/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "usbmuxd";
-  version = "2018-10-10";
+  version = "2019-03-05";
 
   src = fetchFromGitHub {
     owner = "libimobiledevice";
     repo = pname;
-    rev = "96e4aabe0b9a46ea9da4955a10c774a8e58fe677";
-    sha256 = "03xnj4y606adbhl829vv46qa78f6w2ik4mjz19a34x9lhkcrqxqi";
+    rev = "b1b0bf390363fa36aff1bc09443ff751943b9c34";
+    sha256 = "176hapckx98h4x0ni947qpkv2s95f8xfwz00wi2w7rgbr6cviwjq";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];
@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
     '';
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ infinisil ];
   };
 }