plex: 1.19.2.2852 -> 1.19.4.2935

This commit is contained in:
Pascal Bach 2020-05-15 13:27:45 +02:00
parent 33a7767fa1
commit 3d62c20133

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