carla: 2.5.9 -> 2.5.10

Removed the pyliblo3 patch, as it was integrated upstream

Release notes: https://github.com/falkTX/Carla/releases/tag/v2.5.10
This commit is contained in:
Minijackson 2025-08-03 17:15:52 +02:00
parent 8c1c83bb1e
commit fd2190fbc3
No known key found for this signature in database
GPG Key ID: FEA888C9F5D64F62

View File

@ -28,24 +28,15 @@ assert withQt -> wrapQtAppsHook != null;
stdenv.mkDerivation (finalAttrs: {
pname = "carla";
version = "2.5.9";
version = "2.5.10";
src = fetchFromGitHub {
owner = "falkTX";
repo = "carla";
rev = "v${finalAttrs.version}";
hash = "sha256-FM/6TtNhDml1V9C5VisjLcZ3CzXsuwCZrsoz4yP3kI8=";
hash = "sha256-21QaFCIjGjRTcJtf2nwC5RcVJF8JgcFPIbS8apvf9tw=";
};
patches = [
(fetchpatch2 {
# https://github.com/falkTX/Carla/pull/1933
name = "prefer-pyliblo3-over-pyliblo.patch";
url = "https://github.com/falkTX/Carla/commit/a81a2a545d2529233a6e0faa776fbd2d851442fb.patch?full_index=1";
hash = "sha256-CHK3Aq/W9PdfMGsJunLN/WAxOmWJHc0jr/3TdEaIcMM=";
})
];
nativeBuildInputs = [
python3Packages.wrapPython
pkg-config