Skip to content

Commit

Permalink
plex: 1.18.4.2171 -> 1.18.6.2368
Browse files Browse the repository at this point in the history
  • Loading branch information
elseym committed Feb 16, 2020
1 parent fe61323 commit 3e8e6ba
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.18.4.2171-ac2afe5f8";
version = "1.18.6.2368-97add474d";
pname = "plexmediaserver";

# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "10x4cf1c826vj9gqr7r6k70rrjifmi36sd7imfi7pdw5swizjzqv";
sha256 = "0d2nnvw9qpmsra6g044bz192v67igcp1mfayy4sk0j2yqgiqvcgl";
};

outputs = [ "out" "basedb" ];
Expand Down

0 comments on commit 3e8e6ba

Please sign in to comment.