Merge pull request #249313 from matthiasbeyer/update-mixxx

mixxx: 2.3.5 -> 2.3.6
This commit is contained in:
Matthias Beyer 2023-08-24 16:09:21 +02:00 committed by GitHub
commit 7ed214e1cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];