Merge pull request #84112 from elseym/plex

plex: 1.18.9.2571 -> 1.18.9.2578
This commit is contained in:
Robin Gloster 2020-04-02 16:39:18 +00:00 committed by GitHub
commit 5081a68a3a
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.9.2571-e106a8a91";
version = "1.18.9.2578-513b381af";
pname = "plexmediaserver";
# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "061q8vmvlhn1hxvxr420sd1izncqqjwmfj41dqqxhmfkq6nrwvxr";
sha256 = "00g4xgsmxr0ic1amgnm2jrnqf488w05i538j0nh06dd78yszzjn6";
};
outputs = [ "out" "basedb" ];