Martin Weinelt
2025-09-08 17:07:31 +02:00
parent 6d2ea675c3
commit b0f63e9173

View File

@@ -8,6 +8,7 @@
asio,
avahi,
boost,
expat,
flac,
libogg,
libvorbis,
@@ -23,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "snapcast";
version = "0.30.0";
version = "0.32.3";
src = fetchFromGitHub {
owner = "badaix";
repo = "snapcast";
rev = "v${version}";
hash = "sha256-EJgpZz4PnXfge0rkVH1F7cah+i9AvDJVSUVqL7qChDM=";
hash = "sha256-pGON2Nh7GgcGvMUNI3nWstm5Q9R+VW9eEi4IE6KkFBo=";
};
nativeBuildInputs = [
@@ -42,6 +43,7 @@ stdenv.mkDerivation rec {
boost
asio
avahi
expat
flac
libogg
libvorbis