summary refs log tree commit diff
path: root/pkgs/servers/plex
diff options
context:
space:
mode:
authorPeter Jones <pjones@devalot.com>2017-03-20 12:22:58 -0700
committerPeter Jones <pjones@devalot.com>2017-04-14 11:00:34 -0700
commit0ac07ac53133b334cf64c8d31a2a8f397b8de646 (patch)
treef697719c9ab3b568ce50359c3bfbf72af6e318e1 /pkgs/servers/plex
parent2090aa4f65e860567af03cb3b7aa042df7168ead (diff)
downloadnixpkgs-0ac07ac53133b334cf64c8d31a2a8f397b8de646.tar
nixpkgs-0ac07ac53133b334cf64c8d31a2a8f397b8de646.tar.gz
nixpkgs-0ac07ac53133b334cf64c8d31a2a8f397b8de646.tar.bz2
nixpkgs-0ac07ac53133b334cf64c8d31a2a8f397b8de646.tar.lz
nixpkgs-0ac07ac53133b334cf64c8d31a2a8f397b8de646.tar.xz
nixpkgs-0ac07ac53133b334cf64c8d31a2a8f397b8de646.tar.zst
nixpkgs-0ac07ac53133b334cf64c8d31a2a8f397b8de646.zip
plex: 1.3.3.3148 -> 1.5.5.3634
Diffstat (limited to 'pkgs/servers/plex')
-rw-r--r--pkgs/servers/plex/default.nix17
1 files changed, 12 insertions, 5 deletions
diff --git a/pkgs/servers/plex/default.nix b/pkgs/servers/plex/default.nix
index 122d5bd7dc9..618bc17d0a7 100644
--- a/pkgs/servers/plex/default.nix
+++ b/pkgs/servers/plex/default.nix
@@ -6,9 +6,9 @@
 let
   plexPass = throw "Plex pass has been removed at upstream's request; please unset nixpkgs.config.plex.pass";
   plexpkg = if enablePlexPass then plexPass else {
-    version = "1.3.3.3148";
-    vsnHash = "b38628e";
-    sha256 = "1dx8z27l1dwigr3ipcdzn25hnj0206255ihxh9rnh2qchrcqmb5y";
+    version = "1.5.5.3634";
+    vsnHash = "995f1dead";
+    sha256 = "0zk2zv7r4mf582gfbv4ahxzl8pbspzkf3514qmqhhx2z4grng49h";
   };
 
 in stdenv.mkDerivation rec {
@@ -36,7 +36,14 @@ in stdenv.mkDerivation rec {
 
     # Now we need to patch up the executables and libraries to work on Nix.
     # Side note: PLEASE don't put spaces in your binary names. This is stupid.
-    for bin in "Plex Media Server" "Plex DLNA Server" "Plex Media Scanner" "Plex Script Host" "Plex Transcoder" "Plex Relay"; do
+    for bin in "Plex Media Server"              \
+               "Plex DLNA Server"               \
+               "Plex Media Scanner"             \
+               "Plex Media Server Tests"        \
+               "Plex Relay"                     \
+               "Plex Script Host"               \
+               "Plex Transcoder"                \
+               "Plex Tuner Service"             ; do
       patchelf --set-interpreter "${glibc.out}/lib/ld-linux-x86-64.so.2" "$out/usr/lib/plexmediaserver/$bin"
       patchelf --set-rpath "$out/usr/lib/plexmediaserver" "$out/usr/lib/plexmediaserver/$bin"
     done
@@ -67,7 +74,7 @@ in stdenv.mkDerivation rec {
     homepage = http://plex.tv/;
     license = licenses.unfree;
     platforms = platforms.linux;
-    maintainers = with stdenv.lib.maintainers; [ colemickens forkk thoughtpolice ];
+    maintainers = with stdenv.lib.maintainers; [ colemickens forkk thoughtpolice pjones ];
     description = "Media / DLNA server";
     longDescription = ''
       Plex is a media server which allows you to store your media and play it