Skip to content

Commit

Permalink
Merge pull request #75172 from ivan/libimobiledevice-bump
Browse files Browse the repository at this point in the history
libimobiledevice: 2019-04-04 -> 2019-11-29, usbmuxd: 2019-03-05 -> 2019-11-11
  • Loading branch information
infinisil committed Jan 15, 2020
2 parents a98371a + 4866073 commit fbbe3f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/libimobiledevice/default.nix
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "libimobiledevice";
version = "2019-04-04";
version = "2019-11-29";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "eea4f1be9107c8ab621fd71460e47d0d38e55d71";
sha256 = "0wh6z5f5znlqs0grh7c8jj1s411azgyy45klmql5kj3p8qqybqrs";
rev = "9f79242a441ce37c28db2b84d49621d26418dc53";
sha256 = "1hs0hppsfyhjx47jk2j8n5riqjyrdqvdkc0z0kry0sw09c80zjnr";
};

outputs = [ "out" "dev" ];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/tools/misc/usbmuxd/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit fbbe3f9

Please sign in to comment.