about summary refs log tree commit diff
path: root/pkgs/applications/video/kodi
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2022-01-02 14:30:50 -0500
committerGitHub <noreply@github.com>2022-01-02 14:30:50 -0500
commit6bc440d8344b16be37a441e8555e8ca9e07d90a7 (patch)
treedb43453c86750df661c1d83a945a389297defc61 /pkgs/applications/video/kodi
parenta10675f43deb7cc41b69829d6f3290b0506618f6 (diff)
parent7e2ca934b2b5ff6da8671e1db35e03c59a9df513 (diff)
Merge pull request #153243 from r-ryantm/auto-update/kodi-pvr-hts
kodiPackages.pvr-hts: 19.0.3 -> 19.0.4
Diffstat (limited to 'pkgs/applications/video/kodi')
-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 30f56b2c3c7be..e64f8c60e5c3e 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 = "19.0.3";
+  version = "19.0.4";
 
   src = fetchFromGitHub {
     owner = "kodi-pvr";
     repo = "pvr.hts";
     rev = "${version}-${rel}";
-    sha256 = "sha256-kO+wRFt4MudYP9UOTaruRCWs/QMla+BYTRfSUdlVpR8=";
+    sha256 = "sha256-WP/eaE3qO0NqN23dHkFOiOjoeKIglbbHofqnUsfxSfI=";
   };
 
   meta = with lib; {