mixxx: 2.5.0 -> 2.5.1 (#403296)

This commit is contained in:
Benjamin Staffin
2025-05-01 12:41:29 -04:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -57,13 +57,13 @@
stdenv.mkDerivation rec {
pname = "mixxx";
version = "2.5.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "mixxxdj";
repo = "mixxx";
rev = version;
hash = "sha256-1ZE2hVwacZve0+IOQs+htK/kl7zFsOWkh/KcrnI6u/M=";
hash = "sha256-s66XrcMGgA8KvBDxljg95nbKW1pIv8rJJ+DyxirHwDo=";
};
nativeBuildInputs = [
@@ -130,6 +130,8 @@ stdenv.mkDerivation rec {
# see https://github.com/mixxxdj/mixxx/blob/2.3.5/CMakeLists.txt#L1381-L1392
cmakeFlags = [
"-DINSTALL_USER_UDEV_RULES=OFF"
# "BUILD_TESTING=OFF" must imply "BUILD_BENCH=OFF"
"-DBUILD_BENCH=OFF"
];
postInstall = lib.optionalString stdenv.hostPlatform.isLinux ''
+2 -2
View File
@@ -18,8 +18,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "xsco";
repo = "libdjinterop";
rev = "0.22.1";
hash = "sha256-x0GbuUDmx8ooiaD/8J5VvIG239d5uDdK5H1tnwHd62c=";
rev = "0.24.3";
hash = "sha256-Fp7AwEOq2JOpL60GDAXmA15ptFeLoG79nnnPXHl1Hjw=";
};
nativeBuildInputs = [