about summary refs log tree commit diff
path: root/pkgs/applications/video/kodi/addons
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-22 04:44:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-22 04:44:54 +0000
commitb7959ba38b16fd882a1a26b85744d78450a8a045 (patch)
treeb1de9e331f88ad93d961abe3edab03022aed372c /pkgs/applications/video/kodi/addons
parent02b3c06b1ce6b2fb2af10d99e5c2e99a7cc6bf94 (diff)
downloadnixlib-b7959ba38b16fd882a1a26b85744d78450a8a045.tar
nixlib-b7959ba38b16fd882a1a26b85744d78450a8a045.tar.gz
nixlib-b7959ba38b16fd882a1a26b85744d78450a8a045.tar.bz2
nixlib-b7959ba38b16fd882a1a26b85744d78450a8a045.tar.lz
nixlib-b7959ba38b16fd882a1a26b85744d78450a8a045.tar.xz
nixlib-b7959ba38b16fd882a1a26b85744d78450a8a045.tar.zst
nixlib-b7959ba38b16fd882a1a26b85744d78450a8a045.zip
kodiPackages.pvr-hts: 20.6.5 -> 20.7.0
Diffstat (limited to 'pkgs/applications/video/kodi/addons')
-rw-r--r--pkgs/applications/video/kodi/addons/pvr-hts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/kodi/addons/pvr-hts/default.nix b/pkgs/applications/video/kodi/addons/pvr-hts/default.nix
index 16c1520fc5f0..7747b9e44c0b 100644
--- a/pkgs/applications/video/kodi/addons/pvr-hts/default.nix
+++ b/pkgs/applications/video/kodi/addons/pvr-hts/default.nix
@@ -2,13 +2,13 @@
 buildKodiBinaryAddon rec {
   pname = "pvr-hts";
   namespace = "pvr.hts";
-  version = "20.6.5";
+  version = "20.7.0";
 
   src = fetchFromGitHub {
     owner = "kodi-pvr";
     repo = "pvr.hts";
     rev = "${version}-${rel}";
-    sha256 = "sha256-NrSLWZn+aeWUKxM/ETvoE4gRo4JZsD1snpLvMLDlpFw=";
+    sha256 = "sha256-Mc540n+TfZiAV2uDSGrItsoPOkEBNyyQlW2DJZLwYA4=";
   };
 
   meta = with lib; {