shairport-sync: 2.3.6.5 -> 3.0.2
This commit is contained in:
parent
3e6e05bf98
commit
70ee91508c
@ -2,23 +2,23 @@
|
||||
, libdaemon, popt, pkgconfig, libconfig, libpulseaudio, soxr }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.3.6.5";
|
||||
version = "3.0.2";
|
||||
name = "shairport-sync-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "1337y62pnch27s2gr47miip3na1am24xprlc5a27lbr764nr85s3";
|
||||
sha256 = "1lpfl591lhk66a5jfp86j669iswjzj503x02hg9h3211vxv3h9pa";
|
||||
rev = version;
|
||||
repo = "shairport-sync";
|
||||
owner = "mikebrady";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
|
||||
buildInputs = [
|
||||
autoreconfHook
|
||||
openssl
|
||||
avahi
|
||||
alsaLib
|
||||
libdaemon
|
||||
pkgconfig
|
||||
popt
|
||||
libconfig
|
||||
libpulseaudio
|
||||
@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
|
||||
inherit (src.meta) homepage;
|
||||
description = "Airtunes server and emulator with multi-room capabilities";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lnl7 ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user