about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2023-12-23 17:59:40 -0500
committerGitHub <noreply@github.com>2023-12-23 17:59:40 -0500
commit16d5af7396519e4d6140fd6319599dfeab8a49af (patch)
treedd28a867a919b2744fe335764bbbc083d3bb00b1 /pkgs/applications/video
parent733701e9998d35ea3e705d9d5923c15ec4ad4b47 (diff)
parentb7959ba38b16fd882a1a26b85744d78450a8a045 (diff)
Merge pull request #275967 from r-ryantm/auto-update/kodiPackages.pvr-hts
kodiPackages.pvr-hts: 20.6.5 -> 20.7.0
Diffstat (limited to 'pkgs/applications/video')
-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 16c1520fc5f07..7747b9e44c0be 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; {