forked from mirrors/nixpkgs
plex: 1.9.1.4272 -> 1.9.2.4285
This commit is contained in:
parent
aff96fb52c
commit
3c0d7523bb
|
@ -6,9 +6,9 @@
|
||||||
let
|
let
|
||||||
plexPass = throw "Plex pass has been removed at upstream's request; please unset nixpkgs.config.plex.pass";
|
plexPass = throw "Plex pass has been removed at upstream's request; please unset nixpkgs.config.plex.pass";
|
||||||
plexpkg = if enablePlexPass then plexPass else {
|
plexpkg = if enablePlexPass then plexPass else {
|
||||||
version = "1.9.1.4272";
|
version = "1.9.2.4285";
|
||||||
vsnHash = "b207937f1";
|
vsnHash = "9f65b88ae";
|
||||||
sha256 = "e7e313700d994e9c406706cf5dbaab6974a998b5e7f556a014e66eaa4f9cf9c8";
|
sha256 = "0rz53kb4r32s734jhb3n65dcmb0mylhb6wcqinp0dg8w39ncv571";
|
||||||
};
|
};
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
|
|
Loading…
Reference in a new issue