mpd: 0.23.2 -> 0.23.4

main
Martin Weinelt 3 years ago
parent 80e6ae766a
commit 1332cffaeb
  1. 4
      pkgs/servers/mpd/default.nix

@ -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 = [

Loading…
Cancel
Save