Skip to content

Commit

Permalink
Merge pull request #60173 from bachp/plex-1.15.4.993
Browse files Browse the repository at this point in the history
plex: 1.15.3.876 -> 1.15.4.994
  • Loading branch information
LnL7 committed May 10, 2019
2 parents b246b32 + c01b8f3 commit a5a389e
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.3.876-ad6e39743";
version = "1.15.4.994-107756f7e";
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 = "01g7wccm01kg3nhf3qrmwcn20nkpv0bqz6zqv2gq5v03ps58h6g5";
sha256 = "0jm1zzlazy41wnmyda8il03vmn9a5vvsfpxn3valkwiggsnvb2p8";
};

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

0 comments on commit a5a389e

Please sign in to comment.