kodiPackages.jellycon: 1.0.1 -> 1.0.2 (#538838)

This commit is contained in:
Aaron Andersen
2026-07-06 02:52:59 +00:00
committed by GitHub
@@ -17,13 +17,13 @@ in
buildKodiAddon rec {
pname = "jellycon";
namespace = "plugin.video.jellycon";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellycon";
rev = "v${version}";
sha256 = "sha256-TLJalH3b1EYoIbnUhnHl8A9EF2Q6dDy0M2hl9je0K54=";
sha256 = "sha256-dpH611GZ+BG63bSFypcZ9VUtNCA/tL8zgKuaU7cCRII=";
};
nativeBuildInputs = [