shairport-sync: 5.0.4 -> 5.1 (#537913)

This commit is contained in:
Adam C. Stephens
2026-07-02 20:06:15 +00:00
committed by GitHub
+2 -2
View File
@@ -56,13 +56,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "shairport-sync";
version = "5.0.4";
version = "5.1";
src = fetchFromGitHub {
repo = "shairport-sync";
owner = "mikebrady";
tag = finalAttrs.version;
hash = "sha256-7/QB0lvpjZnGXo4vjKSYogjhi66S/QRRpypsqEMLGj0=";
hash = "sha256-az6HxelISTebeKkhK7MIh7px39eCHucSuZb8qBDzptk=";
};
nativeBuildInputs = [