Merge pull request #80284 from elseym/plex

plex: 1.18.4.2171 -> 1.18.6.2368
This commit is contained in:
Franz Pletz 2020-02-16 19:27:13 +00:00 committed by GitHub
commit 7695e9e1fa
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.18.4.2171-ac2afe5f8";
version = "1.18.6.2368-97add474d";
pname = "plexmediaserver";
# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "10x4cf1c826vj9gqr7r6k70rrjifmi36sd7imfi7pdw5swizjzqv";
sha256 = "0d2nnvw9qpmsra6g044bz192v67igcp1mfayy4sk0j2yqgiqvcgl";
};
outputs = [ "out" "basedb" ];