shairport-sync: 4.1.1 -> 4.2 (#233428)

* shairport-sync: 4.1.1 -> 4.2

* Apply suggestions from code review

---------

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Adam Stephens 2023-07-04 16:30:11 -04:00 committed by GitHub
parent fdc7e2867e
commit ac0c5236bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,14 +39,14 @@ let
in
stdenv.mkDerivation rec {
version = "4.1.1";
pname = "shairport-sync";
version = "4.2";
src = fetchFromGitHub {
rev = version;
repo = "shairport-sync";
owner = "mikebrady";
hash = "sha256-EKt5mH9GmzeR4zdPDFOt26T9STpG1khVrY4DFIv5Maw=";
rev = "refs/tags/${version}";
hash = "sha256-ru2iaXSgS+w2ktqGLGC9SiYztkmmOQVzHaeLwMqvMzk=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];