Skip to content

Commit

Permalink
Merge pull request #63507 from elseym/plex
Browse files Browse the repository at this point in the history
plex: 1.15.8.1198 -> 1.16.0.1226
  • Loading branch information
lheckemann committed Jun 21, 2019
2 parents 5c12bac + 9562fee commit b6be4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/plex/raw.nix
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.8.1198-eadbcbb45";
version = "1.16.0.1226-7eb2c8f6f";
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 = "1za33fcga5ysxcj8szlqzriihzcvlx9jxlnsbygh819arbbbpli3";
sha256 = "1cav5lhpg5ma6s0hkpn8vrdgpy4b9q10qc1vb3j4w7ls9v160g3n";
};

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

0 comments on commit b6be4a4

Please sign in to comment.