usbmuxd: 2019-11-11 -> 1.1.1

This commit is contained in:
Marc Seeger 2020-12-05 10:09:21 -08:00 committed by Sandro Jäckel
parent eccbaa2c01
commit cff660c975
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "usbmuxd"; pname = "usbmuxd";
version = "2019-11-11"; version = "1.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libimobiledevice"; owner = "libimobiledevice";
repo = pname; repo = pname;
rev = "9af2b12552693a47601347e1eafc1e94132d727e"; rev = version;
sha256 = "0w8mf2wfpqijg882vhb8xarlp6zja23xf0b59z5zi774pnpjbqvj"; sha256 = "0a2xgrb4b3ndam448z74wh1267nmrz1wcbpx4xz86pwbdc93snab";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
in parallel. The higher-level layers are handled by libimobiledevice. in parallel. The higher-level layers are handled by libimobiledevice.
''; '';
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ infinisil ]; maintainers = with maintainers; [ infinisil ];
}; };
} }