plex: 1.16.5.1488 -> 1.16.5.1554

This commit is contained in:
Pascal Bach 2019-08-29 21:46:42 +02:00
parent 484a541e7b
commit 875edee495

View File

@ -8,14 +8,14 @@
# server, and the FHS userenv and corresponding NixOS module should # server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes. # automatically pick up the changes.
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.16.5.1488-deeb86e7f"; version = "1.16.5.1554-1e5ff713d";
pname = "plexmediaserver"; pname = "plexmediaserver";
name = "${pname}-${version}"; name = "${pname}-${version}";
# Fetch the source # Fetch the source
src = fetchurl { src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm"; url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "0kgcbq3jfvmigza8a9ak215q2cpi18vh96gx01hppk51m9ibkrwi"; sha256 = "1h2f8dgwz9bnvj7h4nk61a5rpl62918nwq6v85d97miwjfc1mv6n";
}; };
outputs = [ "out" "basedb" ]; outputs = [ "out" "basedb" ];