shairport-sync: 4.3.5 -> 4.3.6

This commit is contained in:
R. Ryantm
2025-01-28 00:57:52 +00:00
parent fa9a43a8d9
commit 3ff56bf6c6
+2 -2
View File
@@ -53,13 +53,13 @@ in
stdenv.mkDerivation rec {
pname = "shairport-sync";
version = "4.3.5";
version = "4.3.6";
src = fetchFromGitHub {
repo = "shairport-sync";
owner = "mikebrady";
tag = version;
hash = "sha256-GYu/n4JoghqUHnkCiSQJYm9WSLww585WKgXTEiWGq4g=";
hash = "sha256-Pbg2yFa524OFOfvwZPS1/K+Vvn+bwtmo7Fbr919Smwc=";
};
nativeBuildInputs =