plex: 1.13.5.5291 -> 1.13.8.5395

This commit is contained in:
Wael M. Nasreddine 2018-09-30 10:56:15 -07:00
parent b46666a867
commit 89727b3c9a
No known key found for this signature in database
GPG key ID: 82AE0A31B33CEFCF

View file

@ -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.13.5.5291"; version = "1.13.8.5395";
vsnHash = "6fa5e50a8"; vsnHash = "10d48da0d";
sha256 = "1h0r7hxxw5jf2dn8w4cnj71dm873y2j0l87rg8pf0r3cyx6rhxnx"; sha256 = "0lpsh87kcrqwi2qqkj1ccb86hif535yb45hhc41c0ixsfxbqk5cw";
}; };
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
@ -39,7 +39,6 @@ in stdenv.mkDerivation rec {
for bin in "Plex Media Server" \ for bin in "Plex Media Server" \
"Plex DLNA Server" \ "Plex DLNA Server" \
"Plex Media Scanner" \ "Plex Media Scanner" \
"Plex Media Server Tests" \
"Plex Relay" \ "Plex Relay" \
"Plex Script Host" \ "Plex Script Host" \
"Plex Transcoder" \ "Plex Transcoder" \