Skip to content

Commit

Permalink
plex: 1.15.6.1079 -> 1.15.8.1198
Browse files Browse the repository at this point in the history
  • Loading branch information
elseym committed Jun 11, 2019
1 parent f6fc49d commit 9a70cef
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,14 +8,14 @@
# server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes.
stdenv.mkDerivation rec {
version = "1.15.6.1079-78232c603";
version = "1.15.8.1198-eadbcbb45";
pname = "plexmediaserver";
name = "${pname}-${version}";

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

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

0 comments on commit 9a70cef

Please sign in to comment.