mpd: 0.22.5 -> 0.22.6

This commit is contained in:
fortuneteller2k 2021-02-26 15:49:51 +08:00
parent 95679c8e42
commit 966e16c005

View file

@ -114,13 +114,13 @@ let
in stdenv.mkDerivation rec {
pname = "mpd";
version = "0.22.5";
version = "0.22.6";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "MPD";
rev = "v${version}";
sha256 = "sha256-CKNw3K/z5UrTIp9ryWq7UaTz768AigaoCIcoJ4iW1j4=";
sha256 = "sha256-Xu+MxMxR5u++R3lZHe6UQ+mEmRnWbN6173ZX39KS1A8=";
};
buildInputs = [
@ -149,8 +149,6 @@ let
doCheck = true;
enableParallelBuilding = true;
mesonAutoFeatures = "disabled";
outputs = [ "out" "doc" ]
@ -173,7 +171,7 @@ let
meta = with lib; {
description = "A flexible, powerful daemon for playing music";
homepage = "https://www.musicpd.org/";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ astsmtl ehmry fpletz tobim ];
platforms = platforms.unix;