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

shairport-sync: 4.3.1 -> 4.3.2
This commit is contained in:
Mario Rodas 2023-10-20 05:56:33 -05:00 committed by GitHub
commit 8fd2b87b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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