Merge pull request #81925 from bachp/plex-1.18.7.2457

plex: 1.18.7.2438 -> 1.18.7.2457
This commit is contained in:
Daiderd Jordan 2020-03-06 22:38:32 +01:00 committed by GitHub
commit d5bf022aa6
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.7.2438-f342a5a43";
version = "1.18.7.2457-77cb9455c";
pname = "plexmediaserver";
# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "07lill29ck5h6lnrxj4k709afh36d6giy4jzv1jwcvcq1hdrvmzh";
sha256 = "1lhsf4qrq77vqj63a6r0gm90nnlqg50b6v24lrpld1aia9akm9f1";
};
outputs = [ "out" "basedb" ];