Merge pull request #120273 from Kranzes/bump-mympd
This commit is contained in:
commit
7bc6f4b9db
|
@ -8,18 +8,18 @@
|
|||
, lua5_3
|
||||
, 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 +29,7 @@ stdenv.mkDerivation rec {
|
|||
lua5_3
|
||||
libid3tag
|
||||
flac
|
||||
pcre
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
|
|
Loading…
Reference in New Issue