Skip to content

Commit

Permalink
Merge pull request #84112 from elseym/plex
Browse files Browse the repository at this point in the history
plex: 1.18.9.2571 -> 1.18.9.2578
  • Loading branch information
globin authored Apr 2, 2020
2 parents 59e5b3f + df55c2e commit 5081a68
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.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" ];
Expand Down

0 comments on commit 5081a68

Please sign in to comment.