Skip to content

Commit

Permalink
Merge pull request NixOS#96677 from edude03/patch-2
Browse files Browse the repository at this point in the history
plex: 1.19 -> 1.20
  • Loading branch information
elseym authored Sep 2, 2020
2 parents 31008a8 + 809860a commit 32f5e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/plex/raw.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit 32f5e5d

Please sign in to comment.