mpd: 0.23.15 -> 0.23.16 (#361649)

This commit is contained in:
Aleksana
2024-12-07 19:51:09 +08:00
committed by GitHub
+2 -2
View File
@@ -118,13 +118,13 @@ let
in stdenv.mkDerivation rec {
pname = "mpd";
version = "0.23.15";
version = "0.23.16";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "MPD";
rev = "v${version}";
sha256 = "sha256-QURq7ysSsxmBOtoBlPTPWiloXQpjEdxnM0L1fLwXfpw=";
sha256 = "sha256-0To+V+4xLjymGpRSpsyE/Une5uUpCEiAg+d041guPA0=";
};
buildInputs = [