Merge pull request #47562 from kalbasit/nixpkgs_update-plex
plex: 1.13.5.5291 -> 1.13.8.5395
This commit is contained in:
commit
71a3d37880
@ -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" \
|
||||||
@ -66,7 +65,7 @@ in stdenv.mkDerivation rec {
|
|||||||
RSC=$out/usr/lib/plexmediaserver/Resources
|
RSC=$out/usr/lib/plexmediaserver/Resources
|
||||||
for db in "com.plexapp.plugins.library.db"; do
|
for db in "com.plexapp.plugins.library.db"; do
|
||||||
mv $RSC/$db $RSC/base_$db
|
mv $RSC/$db $RSC/base_$db
|
||||||
ln -s ${dataDir}/.skeleton/$db $RSC/$db
|
ln -s "${dataDir}/.skeleton/$db" $RSC/$db
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user