plex: 1.18.9.2571 -> 1.18.9.2578

This commit is contained in:
elseym 2020-04-02 16:31:49 +02:00
parent 5d9e9258de
commit df55c2ef5f
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.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" ];