mpd: 0.23.14 -> 0.23.15

This commit is contained in:
R. Ryantm 2023-12-22 05:07:23 +00:00
parent 02b3c06b1c
commit 1545ace634

View File

@ -117,13 +117,13 @@ let
in stdenv.mkDerivation rec {
pname = "mpd";
version = "0.23.14";
version = "0.23.15";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "MPD";
rev = "v${version}";
sha256 = "sha256-S71PXj+XTGsp5aJXH+82D7tdemfA6cnLBWT/fDmb8oA=";
sha256 = "sha256-QURq7ysSsxmBOtoBlPTPWiloXQpjEdxnM0L1fLwXfpw=";
};
buildInputs = [