plex: 1.5.5 -> 1.5.7
This commit is contained in:
parent
c0cdf58807
commit
09c1768afd
@ -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.5.5.3634";
|
||||
vsnHash = "995f1dead";
|
||||
sha256 = "0zk2zv7r4mf582gfbv4ahxzl8pbspzkf3514qmqhhx2z4grng49h";
|
||||
version = "1.5.7.4016";
|
||||
vsnHash = "25d94bad9";
|
||||
sha256 = "0lc1shlyg7rvzfpjm9kww7rva33b3bip2bms64a4d5nb3lj4wilh";
|
||||
};
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
@ -74,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 pjones ];
|
||||
maintainers = with stdenv.lib.maintainers; [ colemickens forkk thoughtpolice pjones lnl7 ];
|
||||
description = "Media / DLNA server";
|
||||
longDescription = ''
|
||||
Plex is a media server which allows you to store your media and play it
|
||||
|
Loading…
Reference in New Issue
Block a user