plex: 1.16.3.1402 -> 1.16.4.1469

This commit is contained in:
Pascal Bach 2019-08-17 13:38:28 +02:00
parent 1d1eee57a4
commit 818c7b3b56

View File

@ -8,14 +8,14 @@
# server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes.
stdenv.mkDerivation rec {
version = "1.16.3.1402-22929c8a2";
version = "1.16.4.1469-6d5612c2f";
pname = "plexmediaserver";
name = "${pname}-${version}";
# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "0mb5y777mcyn8lv1afyi0xx0afyzjm67ccbbkyhk2j817k9diyg5";
sha256 = "16ifgqsxgpqyd1m0xmwrrv4cic1yccklv1jlv7fhq8wc6vz9l6lx";
};
outputs = [ "out" "basedb" ];