Merge pull request #120273 from Kranzes/bump-mympd

This commit is contained in:
Doron Behar 2021-04-23 18:40:39 +00:00 committed by GitHub
commit 7bc6f4b9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

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