about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2024-03-06 22:10:14 +0000
committerGitHub <noreply@github.com>2024-03-06 22:10:14 +0000
commit03e303468a0b89792bc40c2f3a7cd8a322b66fad (patch)
tree07d1b0ea2d020b5b403b315e700f6d0a2161b94a /pkgs
parent63fc8d8df880141981b42917c0913c38a8d15264 (diff)
parent827d07cfeb1cd2eab866f83624b94841d7c0f6fb (diff)
Merge pull request #293544 from NixOS/backport-293145-to-release-23.11
[Backport release-23.11] kodi: 20.3 -> 20.5
Diffstat (limited to 'pkgs')
-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 0728fb73bb262..73d788b8ae971 100644
--- a/pkgs/applications/video/kodi/unwrapped.nix
+++ b/pkgs/applications/video/kodi/unwrapped.nix
@@ -38,15 +38,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