libmpdclient: 2.21 -> 2.22

This commit is contained in:
Anderson Torres 2023-12-22 11:58:20 -03:00
parent ba8a8def3f
commit 7f542aa896

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmpdclient";
version = "2.21";
version = "2.22";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "libmpdclient";
rev = "v${finalAttrs.version}";
hash = "sha256-U9K/4uivK5lx/7mG71umKGzP/KWgnexooF7weGu4B78=";
hash = "sha256-KF8IR9YV6b9ro+L9m6nHs1IggakEZddfcBKm/oKCVZY=";
};
nativeBuildInputs = [