Merge pull request #335380 from aanderse/kodi.21-1

kodi: 21.0 -> 21.1
This commit is contained in:
Aaron Andersen 2024-08-18 14:36:48 -04:00 committed by GitHub
commit b2fbbdb466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,14 +87,14 @@ let
in stdenv.mkDerivation (finalAttrs: {
pname = "kodi";
version = "21.0";
version = "21.1";
kodiReleaseName = "Omega";
src = fetchFromGitHub {
owner = "xbmc";
repo = "xbmc";
rev = "${finalAttrs.version}-${finalAttrs.kodiReleaseName}";
hash = "sha256-xrFWqgwTkurEwt3/+/e4SCM6Uk9nxuW62SrCFWWqZO0=";
hash = "sha256-NjId1T1cw9dl0Fx1QDsijiN1VUpuQ/EFl1kxWSESCR4=";
};
patches = [