Skip to content

Commit 09c1768

Browse files
committedJun 24, 2017
plex: 1.5.5 -> 1.5.7
1 parent c0cdf58 commit 09c1768

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎pkgs/servers/plex/default.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
let
77
plexPass = throw "Plex pass has been removed at upstream's request; please unset nixpkgs.config.plex.pass";
88
plexpkg = if enablePlexPass then plexPass else {
9-
version = "1.5.5.3634";
10-
vsnHash = "995f1dead";
11-
sha256 = "0zk2zv7r4mf582gfbv4ahxzl8pbspzkf3514qmqhhx2z4grng49h";
9+
version = "1.5.7.4016";
10+
vsnHash = "25d94bad9";
11+
sha256 = "0lc1shlyg7rvzfpjm9kww7rva33b3bip2bms64a4d5nb3lj4wilh";
1212
};
1313

1414
in stdenv.mkDerivation rec {
@@ -74,7 +74,7 @@ in stdenv.mkDerivation rec {
7474
homepage = http://plex.tv/;
7575
license = licenses.unfree;
7676
platforms = platforms.linux;
77-
maintainers = with stdenv.lib.maintainers; [ colemickens forkk thoughtpolice pjones ];
77+
maintainers = with stdenv.lib.maintainers; [ colemickens forkk thoughtpolice pjones lnl7 ];
7878
description = "Media / DLNA server";
7979
longDescription = ''
8080
Plex is a media server which allows you to store your media and play it

0 commit comments

Comments
 (0)
Please sign in to comment.