plex: 1.19.1.2630-72c16a276 -> 1.19.1.2645-ccb6eb67e

This commit is contained in:
Danielle Lancashire 2020-04-10 14:45:44 +02:00
parent f1addf3220
commit c284b7b39e
No known key found for this signature in database
GPG key ID: 8D65584EF3DDF91B

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" ];