Unverified Commit 7ed214e1 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #249313 from matthiasbeyer/update-mixxx

mixxx: 2.3.5 -> 2.3.6
parents 27c6502c ab9cf80e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,13 +52,13 @@

mkDerivation rec {
  pname = "mixxx";
  version = "2.3.5";
  version = "2.3.6";

  src = fetchFromGitHub {
    owner = "mixxxdj";
    repo = "mixxx";
    rev = version;
    sha256 = "sha256-NAp7RoYSI6BRw7C0ejW4pCJJYx9BG8D+BGVCVTDrggQ=";
    hash = "sha256-VdgCsd/7vMFUleOU0ESoZDQ8yhQSsLZADVi4XI76Ouw=";
  };

  nativeBuildInputs = [ cmake pkg-config ];