forked from mirrors/nixpkgs
mympd: 6.10.0 -> 7.0.2
This commit is contained in:
parent
3aae32b84f
commit
379a37ffea
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue