shairport-sync: 4.2 -> 4.3.1

This commit is contained in:
R. Ryantm 2023-10-01 19:37:09 +00:00 committed by Jonathan Ringer
parent 1f3ed6855d
commit ed654c6300

View file

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