snapcast: 0.29.0 -> 0.30.0

This commit is contained in:
Daniel Fahey 2025-01-21 08:25:01 +00:00
parent 5ba03e67b1
commit 055f56037e

View File

@ -20,17 +20,18 @@
pulseaudioSupport ? false,
libpulseaudio,
nixosTests,
openssl,
}:
stdenv.mkDerivation rec {
pname = "snapcast";
version = "0.29.0";
version = "0.30.0";
src = fetchFromGitHub {
owner = "badaix";
repo = "snapcast";
rev = "v${version}";
hash = "sha256-FWOGBXYWLHHZhvC5/BpkDd70ZupzALZ3ks3qTcrtwKQ=";
hash = "sha256-EJgpZz4PnXfge0rkVH1F7cah+i9AvDJVSUVqL7qChDM=";
};
nativeBuildInputs = [
@ -51,6 +52,7 @@ stdenv.mkDerivation rec {
aixlog
popl
soxr
openssl
]
++ lib.optional pulseaudioSupport libpulseaudio
++ lib.optional stdenv.hostPlatform.isLinux alsa-lib