Merge pull request #90336 from bachp/plex-1.19.4.2935

plex: 1.19.2.2737 -> 1.19.4.2935
This commit is contained in:
Graham Christensen 2020-06-19 11:04:36 -04:00 committed by GitHub
commit ac8f8bd752
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.3.2852-219a9974e";
version = "1.19.4.2935-79e214ead";
pname = "plexmediaserver";
# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "0sp7lnzf3zrwdmcg54mpvml89q1cbaq6s1cl9gj2z31xfiz07a26";
sha256 = "0wzbdr89janyrbilvxrxfvhy02c1j5dsrcyjxnj4ryab0qc4sv04";
};
outputs = [ "out" "basedb" ];