shairport-sync: 5.0.1 -> 5.0.2

This commit is contained in:
R. Ryantm
2026-03-29 00:31:56 +00:00
parent 7a4dd1b237
commit 51511d4e19
+2 -2
View File
@@ -55,13 +55,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "shairport-sync";
version = "5.0.1";
version = "5.0.2";
src = fetchFromGitHub {
repo = "shairport-sync";
owner = "mikebrady";
tag = finalAttrs.version;
hash = "sha256-/VvAGoS4tpYvnie0jkJvNwuLmLoMy+vOVcQs8K/Qi/0=";
hash = "sha256-tmnAVO9XpVNOwS8ze/23v4TV5Gq+goaVNnA9INf17wk=";
};
nativeBuildInputs = [