plex: 1.15.6.1079 -> 1.15.8.1198

This commit is contained in:
elseym 2019-06-11 17:20:59 +02:00
parent f6fc49d0bf
commit 9a70cefcba
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.6.1079-78232c603";
version = "1.15.8.1198-eadbcbb45";
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 = "1fvj58b91227wig51hi98rg9r48rdnd8s32xdajjgspxy923mp5a";
sha256 = "1za33fcga5ysxcj8szlqzriihzcvlx9jxlnsbygh819arbbbpli3";
};
outputs = [ "out" "basedb" ];