shairport-sync: 4.3.7 -> 5.0 (#490390)

This commit is contained in:
Adam C. Stephens
2026-02-20 03:25:56 +00:00
committed by GitHub
+3 -2
View File
@@ -53,13 +53,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "shairport-sync";
version = "4.3.7";
version = "5.0";
src = fetchFromGitHub {
repo = "shairport-sync";
owner = "mikebrady";
tag = finalAttrs.version;
hash = "sha256-bfOgUeUCxQeCmKKBlvIXptM5lJxgZiH4lOhLJSNih8g=";
hash = "sha256-JmzJqod3XMNZPMuZV8ZD8GIz17k7IkJs04dgvINYm/k=";
};
nativeBuildInputs = [
@@ -73,6 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
"${glib.dev}"
]
++ optional enableAirplay2 [
libplist.bin
unixtools.xxd
];