shairport-sync: 2.3.6.5 -> 3.0.2

authored by Daiderd Jordan and committed by Robin Gloster 70ee9150 3e6e05bf

+5 -4
+5 -4
pkgs/servers/shairport-sync/default.nix
··· 2 2 , libdaemon, popt, pkgconfig, libconfig, libpulseaudio, soxr }: 3 3 4 4 stdenv.mkDerivation rec { 5 - version = "2.3.6.5"; 5 + version = "3.0.2"; 6 6 name = "shairport-sync-${version}"; 7 7 8 8 src = fetchFromGitHub { 9 - sha256 = "1337y62pnch27s2gr47miip3na1am24xprlc5a27lbr764nr85s3"; 9 + sha256 = "1lpfl591lhk66a5jfp86j669iswjzj503x02hg9h3211vxv3h9pa"; 10 10 rev = version; 11 11 repo = "shairport-sync"; 12 12 owner = "mikebrady"; 13 13 }; 14 14 15 + nativeBuildInputs = [ autoreconfHook pkgconfig ]; 16 + 15 17 buildInputs = [ 16 - autoreconfHook 17 18 openssl 18 19 avahi 19 20 alsaLib 20 21 libdaemon 21 - pkgconfig 22 22 popt 23 23 libconfig 24 24 libpulseaudio ··· 37 37 inherit (src.meta) homepage; 38 38 description = "Airtunes server and emulator with multi-room capabilities"; 39 39 license = licenses.mit; 40 + maintainers = with maintainers; [ lnl7 ]; 40 41 platforms = platforms.unix; 41 42 }; 42 43 }