mpd: 0.23.2 -> 0.23.4

This commit is contained in:
Martin Weinelt 2021-11-17 17:48:28 +01:00
parent 80e6ae766a
commit 1332cffaeb

View file

@ -117,13 +117,13 @@ let
in stdenv.mkDerivation rec {
pname = "mpd";
version = "0.23.2";
version = "0.23.4";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "MPD";
rev = "v${version}";
sha256 = "sha256-gn06t8S0hh5xe5V1vnXVHSb0FwxY40onUV+Bt7oL9ic=";
sha256 = "sha256-siMFLV1fKdRt8To6AhLXmAAsgqZCA/bbvmlhbb6hLic=";
};
buildInputs = [