From f120fe405d0c466c7e6f7e8f5752ee2b5d07c7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 27 Mar 2026 02:13:28 +0100 Subject: [PATCH] cliairplay: 0.2-unstable-2025-12-30 -> 1.1-unstable-2026-03-16 --- pkgs/by-name/cl/cliairplay/package.nix | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/pkgs/by-name/cl/cliairplay/package.nix b/pkgs/by-name/cl/cliairplay/package.nix index 9b5aa51a4fe9..389e973e6cb6 100644 --- a/pkgs/by-name/cl/cliairplay/package.nix +++ b/pkgs/by-name/cl/cliairplay/package.nix @@ -4,7 +4,6 @@ bison, curl, fetchFromGitHub, - fetchpatch, ffmpeg-headless, flex, gperf, @@ -26,26 +25,18 @@ stdenv.mkDerivation { pname = "cliairplay"; # see the beginning of configure.ac for the upstream version number - version = "0.2-unstable-2025-12-30"; + version = "1.1-unstable-2026-03-16"; src = fetchFromGitHub { owner = "music-assistant"; repo = "cliairplay"; # we try to closely match the commit used in the last music-assistant release from # https://github.com/music-assistant/server/tree/stable/music_assistant/providers/airplay/bin - rev = "4660d886585d6bf8f32e889feec2a0e8975c51dc"; + rev = "991c65acc2afa17ffe32e279dbc585b0b7f530f8"; fetchSubmodules = true; - hash = "sha256-oDStn9LdLYWKhZNm7Qfdibs4qsct8gE3RZbTKooQeOM="; + hash = "sha256-m1O4l6gFEGNAyskYcRHcA15cubZnNgkaYjdVThRRX7w="; }; - patches = [ - # Support gettext 0.25 - (fetchpatch { - url = "https://github.com/music-assistant/cliairplay/commit/92a2445d64c476d740feba1f31c7e5bc768701b7.patch"; - hash = "sha256-/YnopvAGHHnQhfr2X1OenLMoF4ZlUq9x8tQZha/XfbQ="; - }) - ]; - nativeBuildInputs = [ autoreconfHook bison