7 , libimobiledevice-glue
10 stdenv.mkDerivation rec {
12 version = "2.0.2+date=2023-04-30";
14 src = fetchFromGitHub {
15 owner = "libimobiledevice";
17 rev = "f47c36f5bd2a653a3bd7fb1cf1d2c50b0e6193fb";
18 hash = "sha256-ojFnFD0lcdJLP27oFukwzkG5THx1QE+tRBsaMj4ZCc4=";
32 export RELEASE_VERSION=${version}
36 description = "A client library to multiplex connections from and to iOS devices";
37 homepage = "https://github.com/libimobiledevice/libusbmuxd";
38 license = licenses.lgpl21Plus;
39 platforms = platforms.unix;
40 maintainers = with maintainers; [ infinisil ];