Unverified Commit 76e9bdef authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #219180 from doronbehar/pkg/mympd

mympd: 9.5.4 -> 10.2.4
parents a925dda9 594beabd
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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