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