Skip to content

Commit 22cc714

Browse files
committedSep 30, 2017
plex: 1.9.1.4272 -> 1.9.2.4285
(cherry picked from commit 3c0d752)
1 parent 8950a80 commit 22cc714

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/servers/plex/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
let
77
plexPass = throw "Plex pass has been removed at upstream's request; please unset nixpkgs.config.plex.pass";
88
plexpkg = if enablePlexPass then plexPass else {
9-
version = "1.9.1.4272";
10-
vsnHash = "b207937f1";
11-
sha256 = "e7e313700d994e9c406706cf5dbaab6974a998b5e7f556a014e66eaa4f9cf9c8";
9+
version = "1.9.2.4285";
10+
vsnHash = "9f65b88ae";
11+
sha256 = "0rz53kb4r32s734jhb3n65dcmb0mylhb6wcqinp0dg8w39ncv571";
1212
};
1313

1414
in stdenv.mkDerivation rec {

0 commit comments

Comments
 (0)
Please sign in to comment.