Skip to content

Commit

Permalink
plex: remove plexpass at the request of Plex
Browse files Browse the repository at this point in the history
joachifm: throw error instead of silently ignoring user's
config.plex.pass setting.

Closes #18416
  • Loading branch information
colemickens authored and joachifm committed Sep 8, 2016
1 parent 75baee8 commit f283e8e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/servers/plex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
}:

let
plexpkg = if enablePlexPass then {
version = "1.0.1.2396";
vsnHash = "c094d0d";
sha256 = "0bhbpaj88989zn1q590mkcqshcpir87yiac9x1dl0afzpxj09lcz";
} else {
plexPass = throw "Plex pass has been removed at upstream's request; please unset nixpkgs.config.plex.pass";
plexpkg = if enablePlexPass then plexPass else {
version = "1.0.0.2261";
vsnHash = "a17e99e";
sha256 = "14li33ni6aaa1qwvc02a066k52s1qwhpv55prvlmq3m5jm3iv0lr";
Expand Down

0 comments on commit f283e8e

Please sign in to comment.