Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libimobiledevice: 2018-07-24 -> 2019-04-04

(cherry picked from commit 173e96075c8e9aed15e9343950c72d9931e11ffe)

authored by

Silvan Mosberger and committed by
worldofpeace
155513d8 ece4bde1

+4 -4
+4 -4
pkgs/development/libraries/libimobiledevice/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 pname = "libimobiledevice"; 6 - version = "2018-07-24"; 7 8 name = "${pname}-${version}"; 9 10 src = fetchFromGitHub { 11 owner = pname; 12 repo = pname; 13 - rev = "d7a2e04d2e7880c56116fd35489a7f98755501b7"; 14 - sha256 = "0cj0j10lmfr28c7nh79n2mcmy31xx50g93h0bqs0l7y76ph4dqkc"; 15 }; 16 17 outputs = [ "out" "dev" ]; ··· 56 ''; 57 license = licenses.lgpl21Plus; 58 platforms = platforms.linux; 59 - maintainers = with maintainers; [ ]; 60 }; 61 }
··· 3 4 stdenv.mkDerivation rec { 5 pname = "libimobiledevice"; 6 + version = "2019-04-04"; 7 8 name = "${pname}-${version}"; 9 10 src = fetchFromGitHub { 11 owner = pname; 12 repo = pname; 13 + rev = "eea4f1be9107c8ab621fd71460e47d0d38e55d71"; 14 + sha256 = "0wh6z5f5znlqs0grh7c8jj1s411azgyy45klmql5kj3p8qqybqrs"; 15 }; 16 17 outputs = [ "out" "dev" ]; ··· 56 ''; 57 license = licenses.lgpl21Plus; 58 platforms = platforms.linux; 59 + maintainers = with maintainers; [ infinisil ]; 60 }; 61 }