mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
mympd: 9.5.4 -> 10.2.4
Diff: https://github.com/jcorporation/myMPD/compare/v9.5.4...v10.2.4
This commit is contained in:
parent
2e8194d47b
commit
594beabd62
@ -11,17 +11,18 @@
|
||||
, pcre2
|
||||
, gzip
|
||||
, perl
|
||||
, jq
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mympd";
|
||||
version = "9.5.4";
|
||||
version = "10.2.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jcorporation";
|
||||
repo = "myMPD";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-0X/rEVfJ6zzX75R72xVntOfuCt8srp9PkiYOq3XbWPs=";
|
||||
sha256 = "sha256-12hCIAwrLQkwiU9t9nNPBdIiHfMidfErSWOA0FPfhBQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
|
||||
cmake
|
||||
gzip
|
||||
perl
|
||||
jq
|
||||
];
|
||||
preConfigure = ''
|
||||
env MYMPD_BUILDDIR=$PWD/build ./build.sh createassets
|
||||
|
Loading…
Reference in New Issue
Block a user