summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-12-07 10:20:00 +0100
committerGitHub <noreply@github.com>2020-12-07 10:20:00 +0100
commitd8366558b5f9a762cad451aa2545a5ad68532a54 (patch)
treeca16b525e809b81e3c7666ec58346c4cc14b0ca8 /pkgs/tools/misc
parent2eb20aa8ce7265c5348e1e234f65a09fc260ead3 (diff)
parentf813e9382c597a48bad9a02420b247e96e59220e (diff)
Merge pull request #105846 from rb2k/update_idevicerestore
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/ideviceinstaller/default.nix8
-rw-r--r--pkgs/tools/misc/idevicerestore/default.nix6
-rw-r--r--pkgs/tools/misc/usbmuxd/default.nix8
3 files changed, 11 insertions, 11 deletions
diff --git a/pkgs/tools/misc/ideviceinstaller/default.nix b/pkgs/tools/misc/ideviceinstaller/default.nix
index 4046d775a542..3dd536580362 100644
--- a/pkgs/tools/misc/ideviceinstaller/default.nix
+++ b/pkgs/tools/misc/ideviceinstaller/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ideviceinstaller";
- version = "2018-10-01";
+ version = "1.1.1";
src = fetchFromGitHub {
owner = "libimobiledevice";
repo = pname;
- rev = "f14def7cd9303a0fe622732fae9830ae702fdd7c";
- sha256 = "1biwhbldvgdhn8ygp7w79ca0rivzdjpykr76pyhy7r2fa56mrwq8";
+ rev = version;
+ sha256 = "1xp0sjgfx2z19x9mxihn18ybsmrnrcfc55zbh5a44g3vrmagmlzz";
};
nativeBuildInputs = [ autoreconfHook pkgconfig usbmuxd libimobiledevice libzip ];
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
and enumerate installed or archived apps.
'';
license = licenses.gpl2;
- platforms = platforms.linux;
+ platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ aristid infinisil ];
};
}
diff --git a/pkgs/tools/misc/idevicerestore/default.nix b/pkgs/tools/misc/idevicerestore/default.nix
index ab22e413b003..cbb0e1058ab7 100644
--- a/pkgs/tools/misc/idevicerestore/default.nix
+++ b/pkgs/tools/misc/idevicerestore/default.nix
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "idevicerestore";
- version = "2019-12-26";
+ version = "1.0.0";
src = fetchFromGitHub {
owner = "libimobiledevice";
repo = pname;
- rev = "8207daaa2ac3cb3a5107aae6aefee8ecbe39b6d4";
- sha256 = "1jz72bzk1fh12bs65pv06l85135hgfz1aqnbb084bvqcpj4gl40h";
+ rev = version;
+ sha256 = "1w7ywp77xc6v4hifi3j9ywrj447vv7fkwg2w26w0lq95f3bkblqr";
};
nativeBuildInputs = [
diff --git a/pkgs/tools/misc/usbmuxd/default.nix b/pkgs/tools/misc/usbmuxd/default.nix
index 1c1da7597e7d..968b4e0072a5 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 = "2019-11-11";
+ version = "1.1.1";
src = fetchFromGitHub {
owner = "libimobiledevice";
repo = pname;
- rev = "9af2b12552693a47601347e1eafc1e94132d727e";
- sha256 = "0w8mf2wfpqijg882vhb8xarlp6zja23xf0b59z5zi774pnpjbqvj";
+ rev = version;
+ sha256 = "0a2xgrb4b3ndam448z74wh1267nmrz1wcbpx4xz86pwbdc93snab";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
in parallel. The higher-level layers are handled by libimobiledevice.
'';
license = licenses.gpl2Plus;
- platforms = platforms.linux;
+ platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ infinisil ];
};
}