Merge pull request #89273 from rileyinman/plex-update

plex: 1.19.2.2737-b69929dab -> 1.19.3.2852-219a9974e
This commit is contained in:
Daiderd Jordan 2020-06-04 22:45:24 +02:00 committed by GitHub
commit 9ef0636f15
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.19.2.2737-b69929dab";
version = "1.19.3.2852-219a9974e";
pname = "plexmediaserver";
# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "00s3ab66wnpwkjrp0ng8srcy3l32sh5ibv0i9m6l4d0a19hr01fs";
sha256 = "0sp7lnzf3zrwdmcg54mpvml89q1cbaq6s1cl9gj2z31xfiz07a26";
};
outputs = [ "out" "basedb" ];