Skip to content

Commit a3cfb81

Browse files
committed
kodi.packages.libretro: 19.0.0 -> 20.1.0
1 parent 2ce5a0b commit a3cfb81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/applications/video/kodi/addons/libretro

pkgs/applications/video/kodi/addons/libretro/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
buildKodiBinaryAddon rec {
44
pname = "libretro";
55
namespace = "game.libretro";
6-
version = "19.0.0";
6+
version = "20.1.0";
77

88
src = fetchFromGitHub {
99
owner = "kodi-game";
1010
repo = "game.libretro";
1111
rev = "${version}-${rel}";
12-
sha256 = "1831wbbc4a545lr4mg1fm4sbx75k5lkrfqaa5fh308aar0nm974d";
12+
sha256 = "sha256-RwaLGAJt13PLKy45HU64TvQFyY532WWq2YX34Eyu+6o=";
1313
};
1414

1515
extraBuildInputs = [ tinyxml ];

0 commit comments

Comments
 (0)