Merge pull request #76142 from elseym/plex

plex: 1.18.2.2058 -> 1.18.3.2156
This commit is contained in:
Maximilian Bosch 2019-12-21 19:56:27 +01:00 committed by GitHub
commit 10f8656f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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