Merge pull request #69116 from bachp/plex-1.16.6.1592

plex: 1.16.5.1554 -> 1.16.6.1592
This commit is contained in:
Daiderd Jordan 2019-09-19 22:22:38 +02:00 committed by GitHub
commit 3d2d695657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
# server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes.
stdenv.mkDerivation rec {
version = "1.16.5.1554-1e5ff713d";
version = "1.16.6.1592-b9d49bdb7";
pname = "plexmediaserver";
# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "1h2f8dgwz9bnvj7h4nk61a5rpl62918nwq6v85d97miwjfc1mv6n";
sha256 = "12wff06nlvcssa6sf6vhxajfd1dnr9870xn9fac4q7gf0yayj27j";
};
outputs = [ "out" "basedb" ];