summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-05 18:35:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-05 18:35:40 +0000
commit5a4becbf70c916c61df5bbc8286d826f330a549d (patch)
tree6cd0e3dfa5e6db061d63cb99c1872d37d6ae0639 /pkgs/applications/video
parentb4c0c733b32c8b1bbe3ae7f12544947f82986a87 (diff)
downloadnixpkgs-5a4becbf70c916c61df5bbc8286d826f330a549d.tar
nixpkgs-5a4becbf70c916c61df5bbc8286d826f330a549d.tar.gz
nixpkgs-5a4becbf70c916c61df5bbc8286d826f330a549d.tar.bz2
nixpkgs-5a4becbf70c916c61df5bbc8286d826f330a549d.tar.lz
nixpkgs-5a4becbf70c916c61df5bbc8286d826f330a549d.tar.xz
nixpkgs-5a4becbf70c916c61df5bbc8286d826f330a549d.tar.zst
nixpkgs-5a4becbf70c916c61df5bbc8286d826f330a549d.zip
kodiPackages.pvr-hts: 20.6.3 -> 20.6.4
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 5817b49e5ed..a3b2e81fa68 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.3";
+  version = "20.6.4";
 
   src = fetchFromGitHub {
     owner = "kodi-pvr";
     repo = "pvr.hts";
     rev = "${version}-${rel}";
-    sha256 = "sha256-lfFCcmLvdvlY3NvHmF+JDcnA6zGsIKvX8BUg9GwYPs4=";
+    sha256 = "sha256-IrVz4rHAmaj/ACBNEF0x3kJa3fFPTTT7Pv9GnWJm8Vg=";
   };
 
   meta = with lib; {