shairport-sync: 4.3.3 -> 4.3.4

https://github.com/mikebrady/shairport-sync/releases/tag/4.3.4
This commit is contained in:
sternenseemann
2024-07-06 14:28:13 +02:00
parent f32a8ac989
commit 9f6126c3ba
+2 -7
View File
@@ -40,13 +40,13 @@ in
stdenv.mkDerivation rec {
pname = "shairport-sync";
version = "4.3.3";
version = "4.3.4";
src = fetchFromGitHub {
repo = "shairport-sync";
owner = "mikebrady";
rev = "refs/tags/${version}";
hash = "sha256-sxYzFmI1Geoqckw+7XMXyvkizNVSlfvpWI7vMbCPT0U=";
hash = "sha256:1y8dh1gdffq38hgy6x1228l51l6p56iaiqlflw7w1dcbgw15llcd";
};
nativeBuildInputs = [
@@ -62,11 +62,6 @@ stdenv.mkDerivation rec {
unixtools.xxd
];
makeFlags = [
# Workaround for https://github.com/mikebrady/shairport-sync/issues/1705
"AR=${stdenv.cc.bintools.targetPrefix}ar"
];
buildInputs = [
openssl
avahi