Skip to content

Commit 055f560

Browse files
committed
snapcast: 0.29.0 -> 0.30.0
1 parent 5ba03e6 commit 055f560

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/applications/audio/snapcast/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@
2020
pulseaudioSupport ? false,
2121
libpulseaudio,
2222
nixosTests,
23+
openssl,
2324
}:
2425

2526
stdenv.mkDerivation rec {
2627
pname = "snapcast";
27-
version = "0.29.0";
28+
version = "0.30.0";
2829

2930
src = fetchFromGitHub {
3031
owner = "badaix";
3132
repo = "snapcast";
3233
rev = "v${version}";
33-
hash = "sha256-FWOGBXYWLHHZhvC5/BpkDd70ZupzALZ3ks3qTcrtwKQ=";
34+
hash = "sha256-EJgpZz4PnXfge0rkVH1F7cah+i9AvDJVSUVqL7qChDM=";
3435
};
3536

3637
nativeBuildInputs = [
@@ -51,6 +52,7 @@ stdenv.mkDerivation rec {
5152
aixlog
5253
popl
5354
soxr
55+
openssl
5456
]
5557
++ lib.optional pulseaudioSupport libpulseaudio
5658
++ lib.optional stdenv.hostPlatform.isLinux alsa-lib

0 commit comments

Comments
 (0)