plex: 1.20.2.3402 -> 1.20.3.3483

This commit is contained in:
elseym 2020-10-26 18:59:52 +01:00
parent ace69f768b
commit 4deb3a51df
No known key found for this signature in database
GPG key ID: 8696D1F9E5C020D2

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.20.2.3402-0fec14d92";
version = "1.20.3.3483-211702a9f";
pname = "plexmediaserver";
# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "0vylajkk6424cnxx4kg0yl53pg6w271pp71zgg1f4p2nhkbxd91c";
sha256 = "0b05mxmvjn2sr0aqy8s2c41gz0vlpmwjwx42jpqddk3qzidvwkbd";
};
outputs = [ "out" "basedb" ];