Unverified Commit 2c8d5968 authored by Benjamin Staffin's avatar Benjamin Staffin Committed by GitHub
Browse files

Merge pull request #314366 from benley/mixxx-2.4.1

mixxx: 2.4.0 -> 2.4.1
parents 92416bb8 00de3d0f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -57,13 +57,13 @@

mkDerivation rec {
  pname = "mixxx";
  version = "2.4.0";
  version = "2.4.1";

  src = fetchFromGitHub {
    owner = "mixxxdj";
    repo = "mixxx";
    rev = version;
    hash = "sha256-JSWUzerm7D6AKq6g/9eRrt3EE2movRdM+VLUg07sLHo=";
    hash = "sha256-BOdXgA+z3sFE4ngAEhSbp1gDbsti1STJY2Yy6Hp+zTE=";
  };

  nativeBuildInputs = [ cmake pkg-config wrapGAppsHook3 ];
@@ -147,7 +147,7 @@ mkDerivation rec {
    description = "Digital DJ mixing software";
    mainProgram = "mixxx";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ goibhniu bfortz ];
    maintainers = with maintainers; [ goibhniu bfortz benley ];
    platforms = platforms.linux;
  };
}
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ stdenv.mkDerivation {
  src = fetchFromGitHub {
    owner = "xsco";
    repo = "libdjinterop";
    rev = "0.20.1";
    hash = "sha256-/iXSRJVFPWqUTVz7z0BNWCq5LOqdNuTI+wx/34JAZfc=";
    rev = "0.20.2";
    hash = "sha256-eTr9ax/bZWazLhLLQG6XUgqiM+7LVieh5ruA0EaUaj0=";
  };

  nativeBuildInputs = [