3
0
Fork 0
forked from mirrors/nixpkgs

plex: 1.18.2.2058 -> 1.18.3.2156

This commit is contained in:
elseym 2019-12-21 18:20:22 +01:00
parent 9e1e7e32be
commit b677f2836c
No known key found for this signature in database
GPG key ID: 8696D1F9E5C020D2

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" ];