summary refs log tree commit diff
path: root/pkgs/applications/video/kodi/plugins.nix
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2021-01-16 20:49:04 -0500
committerAaron Andersen <aaron@fosslib.net>2021-02-23 07:20:18 -0500
commit2d3a043e3cecff3173ee1f1f61764ca5482e85c6 (patch)
treefb6f38dd46b85a88cf68bc48043933c8408e0279 /pkgs/applications/video/kodi/plugins.nix
parentb6d118a6c3c973790eeedc20ddeed23441873d45 (diff)
downloadnixpkgs-2d3a043e3cecff3173ee1f1f61764ca5482e85c6.tar
nixpkgs-2d3a043e3cecff3173ee1f1f61764ca5482e85c6.tar.gz
nixpkgs-2d3a043e3cecff3173ee1f1f61764ca5482e85c6.tar.bz2
nixpkgs-2d3a043e3cecff3173ee1f1f61764ca5482e85c6.tar.lz
nixpkgs-2d3a043e3cecff3173ee1f1f61764ca5482e85c6.tar.xz
nixpkgs-2d3a043e3cecff3173ee1f1f61764ca5482e85c6.tar.zst
nixpkgs-2d3a043e3cecff3173ee1f1f61764ca5482e85c6.zip
kodiPlugins.svtplay: 4.0.48 -> 5.1.12
Diffstat (limited to 'pkgs/applications/video/kodi/plugins.nix')
-rw-r--r--pkgs/applications/video/kodi/plugins.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/video/kodi/plugins.nix b/pkgs/applications/video/kodi/plugins.nix
index 4dd1e23bc8f..44e5dec6b77 100644
--- a/pkgs/applications/video/kodi/plugins.nix
+++ b/pkgs/applications/video/kodi/plugins.nix
@@ -267,14 +267,14 @@ let self = rec {
 
     plugin = "svtplay";
     namespace = "plugin.video.svtplay";
-    version = "4.0.48";
+    version = "5.1.12";
 
     src = fetchFromGitHub {
       name = plugin + "-" + version + ".tar.gz";
       owner = "nilzen";
       repo = "xbmc-" + plugin;
-      rev = "dc18ad002cd69257611d0032fba91f57bb199165";
-      sha256 = "0klk1jpjc243ak306k94mag4b4s17w68v69yb8lzzydszqkaqa7x";
+      rev = "v${version}";
+      sha256 = "04j1nhm7mh9chs995lz6bv1vsq5xzk7a7c0lmk4bnfv8jrfpj0w6";
     };
 
     meta = {
@@ -288,7 +288,6 @@ let self = rec {
       '';
       platforms = platforms.all;
       maintainers = with maintainers; [ edwtjo ];
-      broken = true; # requires port to python3
     };
 
   };