lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

upgrade plex to 0.9.12.11.1406

+5 -3
+5 -3
pkgs/servers/plex/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 name = "plex-${version}"; 7 - version = "0.9.11.16.958"; 8 - vsnHash = "80f1748"; 7 + version = "0.9.12.11.1406"; 8 + vsnHash = "8403350"; 9 9 10 10 src = fetchurl { 11 11 url = "https://downloads.plex.tv/plex-media-server/${version}-${vsnHash}/plexmediaserver-${version}-${vsnHash}.x86_64.rpm"; 12 - sha256 = "1wrl654nk10i9p01cgy9fqiqalxyl718qhp4kjnxvcwafayxkp26"; 12 + sha256 = "295174b3617d699f11ecc22bc603a579e2291fe6ba55a536711acafd64455390"; 13 13 }; 14 14 15 15 buildInputs = [ rpmextract glibc ]; ··· 34 34 find $out/usr/lib/plexmediaserver/Resources -type f -a -perm -0100 \ 35 35 -print -exec patchelf --set-interpreter "${glibc}/lib/ld-linux-x86-64.so.2" '{}' \; 36 36 37 + # executables need libstdc++.so.6 38 + ln -s "${stdenv.lib.makeLibraryPath [ stdenv.cc.cc ]}/libstdc++.so.6" "$out/usr/lib/plexmediaserver/libstdc++.so.6" 37 39 38 40 # Our next problem is the "Resources" directory in /usr/lib/plexmediaserver. 39 41 # This is ostensibly a skeleton directory, which contains files that Plex