Merge pull request #219180 from doronbehar/pkg/mympd

mympd: 9.5.4 -> 10.2.4
This commit is contained in:
Doron Behar 2023-03-05 07:49:44 +02:00 committed by GitHub
commit 76e9bdef4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,17 +11,18 @@
, pcre2 , pcre2
, gzip , gzip
, perl , perl
, jq
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mympd"; pname = "mympd";
version = "9.5.4"; version = "10.2.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jcorporation"; owner = "jcorporation";
repo = "myMPD"; repo = "myMPD";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-0X/rEVfJ6zzX75R72xVntOfuCt8srp9PkiYOq3XbWPs="; sha256 = "sha256-12hCIAwrLQkwiU9t9nNPBdIiHfMidfErSWOA0FPfhBQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
cmake cmake
gzip gzip
perl perl
jq
]; ];
preConfigure = '' preConfigure = ''
env MYMPD_BUILDDIR=$PWD/build ./build.sh createassets env MYMPD_BUILDDIR=$PWD/build ./build.sh createassets