Merge pull request #96677 from edude03/patch-2

plex: 1.19 -> 1.20
This commit is contained in:
Simon Waibl 2020-09-02 15:59:27 +02:00 committed by GitHub
commit 32f5e5da4a
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.19.5.3112-b23ab3896";
version = "1.20.1.3252-a78fef9a9";
pname = "plexmediaserver";
# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "0lh0yqpp1xyhb3bkc8wqg1afdyvaqhv3bmbyjqalpj2ikkk5lxwk";
sha256 = "0z50c6kgsxz1pj8d65ibliqd4xbkwjlmim76j8rjid3amhj50jmx";
};
outputs = [ "out" "basedb" ];