plex: 1.5.5 -> 1.5.7
This commit is contained in:
parent
c0cdf58807
commit
09c1768afd
@ -6,9 +6,9 @@
|
|||||||
let
|
let
|
||||||
plexPass = throw "Plex pass has been removed at upstream's request; please unset nixpkgs.config.plex.pass";
|
plexPass = throw "Plex pass has been removed at upstream's request; please unset nixpkgs.config.plex.pass";
|
||||||
plexpkg = if enablePlexPass then plexPass else {
|
plexpkg = if enablePlexPass then plexPass else {
|
||||||
version = "1.5.5.3634";
|
version = "1.5.7.4016";
|
||||||
vsnHash = "995f1dead";
|
vsnHash = "25d94bad9";
|
||||||
sha256 = "0zk2zv7r4mf582gfbv4ahxzl8pbspzkf3514qmqhhx2z4grng49h";
|
sha256 = "0lc1shlyg7rvzfpjm9kww7rva33b3bip2bms64a4d5nb3lj4wilh";
|
||||||
};
|
};
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
@ -74,7 +74,7 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = http://plex.tv/;
|
homepage = http://plex.tv/;
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = platforms.linux;
|
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";
|
description = "Media / DLNA server";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Plex is a media server which allows you to store your media and play it
|
Plex is a media server which allows you to store your media and play it
|
||||||
|
Loading…
Reference in New Issue
Block a user