usbmuxd: 2018-07-22 -> 2018-10-10

This commit is contained in:
Ari Lotter 2019-01-30 11:55:24 -05:00
parent 5b622c115d
commit d4246d702e

View file

@ -2,15 +2,15 @@
stdenv.mkDerivation rec {
pname = "usbmuxd";
version = "2018-07-22";
version = "2018-10-10";
name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "libimobiledevice";
repo = pname;
rev = "ee85938c21043ef5f7cd4dfbc7677f385814d4d8";
sha256 = "1qsnxvcagxa92rz0w78m0n2drgaghi0pqpbjdk2080sczzi1g76y";
rev = "96e4aabe0b9a46ea9da4955a10c774a8e58fe677";
sha256 = "03xnj4y606adbhl829vv46qa78f6w2ik4mjz19a34x9lhkcrqxqi";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];