kodi: 21.2 -> 21.3

This commit is contained in:
Aaron Andersen
2025-11-04 20:42:48 -05:00
parent 06bf41da75
commit fd752c0e95
+2 -18
View File
@@ -3,7 +3,6 @@
lib,
fetchFromGitHub,
fetchzip,
fetchpatch,
autoconf,
automake,
libtool,
@@ -245,31 +244,16 @@ stdenv.mkDerivation (
in
{
pname = "kodi";
version = "21.2";
version = "21.3";
kodiReleaseName = "Omega";
src = fetchFromGitHub {
owner = "xbmc";
repo = "xbmc";
rev = "${finalAttrs.version}-${finalAttrs.kodiReleaseName}";
hash = "sha256-RdTJcq6FPerQx05dU3r8iyaorT4L7162hg5RdywsA88=";
hash = "sha256-36wBAqGEDCRZ4t1ygTg03Pyk7Gg9quUTUGD3SBp6nCk=";
};
patches = [
# Backport to fix build with Pipewire 1.4
# FIXME: remove in the next update
(fetchpatch {
url = "https://github.com/xbmc/xbmc/commit/269053ebbfd3cc4a3156a511f54ab7f08a09a730.patch";
hash = "sha256-JzzrMJvAufrxTxtWnzknUS9JLJEed+qdtVnIYYe9LCw=";
})
# Backport to fix build with cURL 8.16
# FIXME: remove in the next update
(fetchpatch {
url = "https://github.com/xbmc/xbmc/commit/957b4faa0b765bc91e64c6d33f07e853decae0d0.patch";
hash = "sha256-zsqcZSjsApcgs/oEdFFlcwldGCVZxCsDG02ogs+q2uw=";
})
];
# make derivations declared in the let binding available here, so
# they can be overridden
inherit