plex: 1.15.8.1198 -> 1.16.0.1226

This commit is contained in:
elseym 2019-06-18 08:03:42 +02:00
parent afd0817677
commit 9562fee507
No known key found for this signature in database
GPG Key ID: 8696D1F9E5C020D2

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.15.8.1198-eadbcbb45";
version = "1.16.0.1226-7eb2c8f6f";
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 = "1za33fcga5ysxcj8szlqzriihzcvlx9jxlnsbygh819arbbbpli3";
sha256 = "1cav5lhpg5ma6s0hkpn8vrdgpy4b9q10qc1vb3j4w7ls9v160g3n";
};
outputs = [ "out" "basedb" ];