11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
16 owner = "libimobiledevice";
19 hash = "sha256-coQqNGPsqrOYbBjO0eQZQNK8ZTB+ZzfMWvQ6Z1by9PY=";
33 export RELEASE_VERSION=${version}
37 description = "Client library to multiplex connections from and to iOS devices";
38 homepage = "https://github.com/libimobiledevice/libusbmuxd";
39 license = lib.licenses.lgpl21Plus;
40 platforms = lib.platforms.unix;