kodi: update git tag

Kodi dropped and renamed the tag for their latest release from v19.1 to
19.1-Matrix.

https://github.com/xbmc/xbmc/issues/19710
This commit is contained in:
Martin Weinelt 2021-05-17 01:21:19 +02:00 committed by Peter Hoeg
parent 3ed9ed81ab
commit fd899bd080

View file

@ -45,7 +45,7 @@ let
kodi_src = fetchFromGitHub {
owner = "xbmc";
repo = "xbmc";
rev = "v${kodiVersion}";
rev = "${kodiVersion}-${rel}";
sha256 = "0jh67vw3983lnfgqzqfislawwbpq0vxxk1ljsg7mar06mlwfxb7h";
};