shairport-sync: 4.3.6 -> 4.3.7 (#380621)

This commit is contained in:
jopejoe1
2025-02-09 14:06:11 +01:00
committed by GitHub
+2 -2
View File
@@ -53,13 +53,13 @@ in
stdenv.mkDerivation rec {
pname = "shairport-sync";
version = "4.3.6";
version = "4.3.7";
src = fetchFromGitHub {
repo = "shairport-sync";
owner = "mikebrady";
tag = version;
hash = "sha256-Pbg2yFa524OFOfvwZPS1/K+Vvn+bwtmo7Fbr919Smwc=";
hash = "sha256-bfOgUeUCxQeCmKKBlvIXptM5lJxgZiH4lOhLJSNih8g=";
};
nativeBuildInputs =