We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce5a0b commit a3cfb81Copy full SHA for a3cfb81
1 file changed
pkgs/applications/video/kodi/addons/libretro/default.nix
@@ -3,13 +3,13 @@
3
buildKodiBinaryAddon rec {
4
pname = "libretro";
5
namespace = "game.libretro";
6
- version = "19.0.0";
+ version = "20.1.0";
7
8
src = fetchFromGitHub {
9
owner = "kodi-game";
10
repo = "game.libretro";
11
rev = "${version}-${rel}";
12
- sha256 = "1831wbbc4a545lr4mg1fm4sbx75k5lkrfqaa5fh308aar0nm974d";
+ sha256 = "sha256-RwaLGAJt13PLKy45HU64TvQFyY532WWq2YX34Eyu+6o=";
13
};
14
15
extraBuildInputs = [ tinyxml ];
0 commit comments