Merge pull request #47562 from kalbasit/nixpkgs_update-plex

plex: 1.13.5.5291 -> 1.13.8.5395
This commit is contained in:
xeji 2018-09-30 21:34:58 +02:00 committed by GitHub
commit 71a3d37880
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.13.5.5291";
vsnHash = "6fa5e50a8";
sha256 = "1h0r7hxxw5jf2dn8w4cnj71dm873y2j0l87rg8pf0r3cyx6rhxnx";
version = "1.13.8.5395";
vsnHash = "10d48da0d";
sha256 = "0lpsh87kcrqwi2qqkj1ccb86hif535yb45hhc41c0ixsfxbqk5cw";
};
in stdenv.mkDerivation rec {
@ -39,7 +39,6 @@ in stdenv.mkDerivation rec {
for bin in "Plex Media Server" \
"Plex DLNA Server" \
"Plex Media Scanner" \
"Plex Media Server Tests" \
"Plex Relay" \
"Plex Script Host" \
"Plex Transcoder" \
@ -66,7 +65,7 @@ in stdenv.mkDerivation rec {
RSC=$out/usr/lib/plexmediaserver/Resources
for db in "com.plexapp.plugins.library.db"; do
mv $RSC/$db $RSC/base_$db
ln -s ${dataDir}/.skeleton/$db $RSC/$db
ln -s "${dataDir}/.skeleton/$db" $RSC/$db
done
'';