plex: 1.16.5.1554 -> 1.16.6.1592

This commit is contained in:
Pascal Bach 2019-09-19 20:47:51 +02:00
parent 8cc942d2ae
commit 640f2dbbaf

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.16.5.1554-1e5ff713d";
version = "1.16.6.1592-b9d49bdb7";
pname = "plexmediaserver";
# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "1h2f8dgwz9bnvj7h4nk61a5rpl62918nwq6v85d97miwjfc1mv6n";
sha256 = "12wff06nlvcssa6sf6vhxajfd1dnr9870xn9fac4q7gf0yayj27j";
};
outputs = [ "out" "basedb" ];