shairport-sync: 4.3.6 -> 4.3.7

This commit is contained in:
R. Ryantm 2025-02-09 12:27:18 +00:00
parent 6f1338e307
commit 6f0ce6a2af

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 =