cliairplay: 1.1-unstable-2026-03-16 -> 1.5-unstable-2026-05-03
This commit is contained in:
@@ -25,16 +25,16 @@
|
||||
stdenv.mkDerivation {
|
||||
pname = "cliairplay";
|
||||
# see the beginning of configure.ac for the upstream version number
|
||||
version = "1.1-unstable-2026-03-16";
|
||||
version = "1.5-unstable-2026-05-03";
|
||||
|
||||
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 = "991c65acc2afa17ffe32e279dbc585b0b7f530f8";
|
||||
rev = "6aeceb49e4e37d044f09be9369b082fc26bcfa19";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-m1O4l6gFEGNAyskYcRHcA15cubZnNgkaYjdVThRRX7w=";
|
||||
hash = "sha256-Z2LzRhtQpuXPK6KibnxCqP0V6CulzkwNVHX1V7AFnDA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user