plex: 1.18.3.2156 -> 1.18.4.2171

This commit is contained in:
Bruno Bigras 2020-01-06 20:32:33 -05:00
parent cca0c894a1
commit 8bfcece4f0

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.18.3.2156-349e9837e";
version = "1.18.4.2171-ac2afe5f8";
pname = "plexmediaserver";
# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "1kcmcpf2nnly01d2wrk6krg5jh5s7cyr31l9jkqlj5zkf5qj1bbx";
sha256 = "10x4cf1c826vj9gqr7r6k70rrjifmi36sd7imfi7pdw5swizjzqv";
};
outputs = [ "out" "basedb" ];