Skip to content

Commit

Permalink
plex: 1.7.5 -> 1.8.4
Browse files Browse the repository at this point in the history
(cherry picked from commit 21bac5c)
  • Loading branch information
izuk authored and LnL7 committed Sep 10, 2017
1 parent f456d20 commit 29363f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/plex/default.nix
Expand Up @@ -6,9 +6,9 @@
let
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.7.5.4035";
vsnHash = "313f93718";
sha256 = "89b8585e561046a8422d520ebcdae784f5dc3c895aac8d313c435cc6b58795b8";
version = "1.8.4.4249";
vsnHash = "3497d6779";
sha256 = "ca3db297f4dbc73a5a405ac032ff250e5df97b84da6dcac55165b13e6445ca80";
};

in stdenv.mkDerivation rec {
Expand Down

0 comments on commit 29363f2

Please sign in to comment.