File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
let
7
7
plexPass = throw "Plex pass has been removed at upstream's request; please unset nixpkgs.config.plex.pass" ;
8
8
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 " ;
12
12
} ;
13
13
14
14
in stdenv . mkDerivation rec {
@@ -74,7 +74,7 @@ in stdenv.mkDerivation rec {
74
74
homepage = http://plex.tv/ ;
75
75
license = licenses . unfree ;
76
76
platforms = platforms . linux ;
77
- maintainers = with stdenv . lib . maintainers ; [ colemickens forkk thoughtpolice pjones ] ;
77
+ maintainers = with stdenv . lib . maintainers ; [ colemickens forkk thoughtpolice pjones lnl7 ] ;
78
78
description = "Media / DLNA server" ;
79
79
longDescription = ''
80
80
Plex is a media server which allows you to store your media and play it
You can’t perform that action at this time.
0 commit comments