3
0
Fork 0
forked from mirrors/nixpkgs

plex: 1.2.7 -> 1.3.3

This commit is contained in:
Matt McHenry 2016-12-18 21:26:47 -05:00 committed by Graham Christensen
parent c8982c015c
commit cbe1218cc9
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -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.2.7.2987";
vsnHash = "1bef33a";
sha256 = "17d1yisbikcp25mgn71rf8w76zhy015f33hxjj93swfm1qrq55hq";
version = "1.3.3.3148";
vsnHash = "b38628e";
sha256 = "1dx8z27l1dwigr3ipcdzn25hnj0206255ihxh9rnh2qchrcqmb5y";
};
in stdenv.mkDerivation rec {