Skip to content

Commit 70ee915

Browse files
LnL7globin
authored andcommittedJul 30, 2017
shairport-sync: 2.3.6.5 -> 3.0.2
1 parent 3e6e05b commit 70ee915

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎pkgs/servers/shairport-sync/default.nix

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
, libdaemon, popt, pkgconfig, libconfig, libpulseaudio, soxr }:
33

44
stdenv.mkDerivation rec {
5-
version = "2.3.6.5";
5+
version = "3.0.2";
66
name = "shairport-sync-${version}";
77

88
src = fetchFromGitHub {
9-
sha256 = "1337y62pnch27s2gr47miip3na1am24xprlc5a27lbr764nr85s3";
9+
sha256 = "1lpfl591lhk66a5jfp86j669iswjzj503x02hg9h3211vxv3h9pa";
1010
rev = version;
1111
repo = "shairport-sync";
1212
owner = "mikebrady";
1313
};
1414

15+
nativeBuildInputs = [ autoreconfHook pkgconfig ];
16+
1517
buildInputs = [
16-
autoreconfHook
1718
openssl
1819
avahi
1920
alsaLib
2021
libdaemon
21-
pkgconfig
2222
popt
2323
libconfig
2424
libpulseaudio
@@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
3737
inherit (src.meta) homepage;
3838
description = "Airtunes server and emulator with multi-room capabilities";
3939
license = licenses.mit;
40+
maintainers = with maintainers; [ lnl7 ];
4041
platforms = platforms.unix;
4142
};
4243
}

0 commit comments

Comments
 (0)
Please sign in to comment.