plex: 1.9.6 -> 1.13.0

This commit is contained in:
Anders Lundstedt 2018-05-13 01:28:28 +02:00 committed by Austin Seipp
parent 3401db629f
commit 5cb25c4406

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.9.6.4429";
vsnHash = "23901a099";
sha256 = "0bmqf8b2d9h2h5q3n4ahs8y6a9aihj63rch7wd82rcr1l9xnqk9d";
version = "1.13.0.5023";
vsnHash = "31d3c0c65";
sha256 = "b94d571bcd47bc3201fd7f54b910f5693cabd1b543d5d0b4705668b7b7c24602";
};
in stdenv.mkDerivation rec {