mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
usbmuxd: 2019-03-05 -> 2019-11-11
This commit is contained in:
parent
4009a8f7f6
commit
8ecf18caa3
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "usbmuxd";
|
||||
version = "2019-03-05";
|
||||
version = "2019-11-11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libimobiledevice";
|
||||
repo = pname;
|
||||
rev = "b1b0bf390363fa36aff1bc09443ff751943b9c34";
|
||||
sha256 = "176hapckx98h4x0ni947qpkv2s95f8xfwz00wi2w7rgbr6cviwjq";
|
||||
rev = "9af2b12552693a47601347e1eafc1e94132d727e";
|
||||
sha256 = "0w8mf2wfpqijg882vhb8xarlp6zja23xf0b59z5zi774pnpjbqvj";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue