mixxx: 2.3.5 -> 2.3.6

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2023-08-15 12:38:03 +02:00
parent 0357d5fcbe
commit ab9cf80e42
No known key found for this signature in database

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