Merge pull request #84905 from endocrimes/plex-2645

plex: 1.19.1.2630-72c16a276 -> 1.19.1.2645-ccb6eb67e
This commit is contained in:
Benjamin Hipple 2020-04-10 12:08:11 -04:00 committed by GitHub
commit 7e7502448f
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.1.2630-72c16a276";
version = "1.19.1.2645-ccb6eb67e";
pname = "plexmediaserver";
# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "0mjw7qx94p5avvzmbz5rkxdmvddn48s1l84d91lnvwvcdc7smj58";
sha256 = "0ivv6apavkgy4zryhwam20jjfgy8sxpccqp0bi5ylh33jpxhm096";
};
outputs = [ "out" "basedb" ];