From fd2190fbc3ed34db0aaf234d79d4bb8b82ff60ed Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sun, 3 Aug 2025 17:15:52 +0200 Subject: [PATCH] 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 --- pkgs/applications/audio/carla/default.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/applications/audio/carla/default.nix b/pkgs/applications/audio/carla/default.nix index 2bd1c7308dfa..c1ed83bc9bb4 100644 --- a/pkgs/applications/audio/carla/default.nix +++ b/pkgs/applications/audio/carla/default.nix @@ -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