mympd: 6.10.0 -> 7.0.2

This commit is contained in:
Ilan Joselevich 2021-04-23 00:58:18 +03:00
parent 3aae32b84f
commit 379a37ffea

View file

@ -9,17 +9,18 @@
, libid3tag
, flac
, mongoose
, pcre
}:
stdenv.mkDerivation rec {
pname = "mympd";
version = "6.10.0";
version = "7.0.2";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${version}";
sha256 = "sha256-QGJti1tKKJlumLgABPmROplF0UVGMWMnyRXLb2cEieQ=";
sha256 = "sha256-2V3LbgnJfTIO71quZ+hfLnw/lNLYxXt19jw2Od6BVvM=";
};
nativeBuildInputs = [ pkg-config cmake ];
@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
lua5_3
libid3tag
flac
pcre
];
cmakeFlags = [