Unverified Commit 96c3e644 authored by Aaron Andersen's avatar Aaron Andersen Committed by GitHub
Browse files

kodi.packages.kodi-platform: 17.1 -> 20250416 (#450503)

parents b8199156 8b001474
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,15 +6,15 @@
  libcec_platform,
  tinyxml,
}:
stdenv.mkDerivation {
stdenv.mkDerivation rec {
  pname = "kodi-platform";
  version = "17.1";
  version = "20250416";

  src = fetchFromGitHub {
    owner = "xbmc";
    repo = "kodi-platform";
    rev = "c8188d82678fec6b784597db69a68e74ff4986b5";
    sha256 = "1r3gs3c6zczmm66qcxh9mr306clwb3p7ykzb70r3jv5jqggiz199";
    rev = "kodiplatform-${version}";
    sha256 = "sha256-W9V6O+YmH2U7xyEvWgS30sHBlIqGaaIt9jKgJ4ePNbY=";
  };

  nativeBuildInputs = [ cmake ];