Merge pull request from r-ryantm/auto-update/shairport-sync

shairport-sync: 4.3.2 -> 4.3.3
This commit is contained in:
Weijia Wang 2024-06-04 22:11:11 +02:00 committed by GitHub
commit 2c3a1306ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,13 +40,13 @@ in
stdenv.mkDerivation rec {
pname = "shairport-sync";
version = "4.3.2";
version = "4.3.3";
src = fetchFromGitHub {
repo = "shairport-sync";
owner = "mikebrady";
rev = "refs/tags/${version}";
hash = "sha256-M7bJO8KVxP2H27aB0qJcsaN9uHADWeOYPdNo8Xfg9gc=";
hash = "sha256-sxYzFmI1Geoqckw+7XMXyvkizNVSlfvpWI7vMbCPT0U=";
};
nativeBuildInputs = [