about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2024-03-05 17:24:33 +0000
committerGitHub <noreply@github.com>2024-03-05 17:24:33 +0000
commite51446559fcbe4005b639995674ab3cc4d3f1c70 (patch)
treeff6d246c1a0d92afdc7e14e1b9e828e4649b0159 /pkgs/applications
parent0b5dc30dc7088e69d1a1022845030400d6008bc6 (diff)
parent0aac2d775712280edb56d66a23c6073f48051792 (diff)
Merge pull request #293145 from aanderse/kodi
kodi: 20.3 -> 20.5
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/kodi/unwrapped.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/kodi/unwrapped.nix b/pkgs/applications/video/kodi/unwrapped.nix
index ec84aa9ff6b3a..894e54b28f51a 100644
--- a/pkgs/applications/video/kodi/unwrapped.nix
+++ b/pkgs/applications/video/kodi/unwrapped.nix
@@ -39,15 +39,15 @@ assert usbSupport -> !udevSupport; # libusb-compat-0_1 won't be used if udev is
 assert gbmSupport || waylandSupport || x11Support;
 
 let
-  kodiReleaseDate = "20240109";
-  kodiVersion = "20.3";
+  kodiReleaseDate = "20240302";
+  kodiVersion = "20.5";
   rel = "Nexus";
 
   kodi_src = fetchFromGitHub {
     owner = "xbmc";
     repo = "xbmc";
     rev = "${kodiVersion}-${rel}";
-    hash = "sha256-OMm8WhTQiEZvu8jHOUp2zT4Xd4NU3svMobW2k8AAtNI=";
+    hash = "sha256-R/tzk3ZarJ4BTR312p2lTLezeCEsqdQH54ROsNIoJZA=";
   };
 
   # see https://github.com/xbmc/xbmc/blob/${kodiVersion}-${rel}/tools/depends/target/ to get suggested versions for all dependencies