Merge pull request #51608 from tylermauthe/patch-1

plex: 1.13.9.5456 -> 1.14.0.5470
This commit is contained in:
Maximilian Bosch 2018-12-08 19:55:33 +01:00 committed by GitHub
commit 65b33722db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.13.9.5456";
vsnHash = "ecd600442";
sha256 = "6d1125d4e6eaa94a84f8c600230b867c2d0764644adbc959a96433b8fc210b61";
version = "1.14.0.5470";
vsnHash = "9d51fdfaa";
sha256 = "cf547d286c731e98b19b70954f2777653fe77c30c329faab260c460374984010";
};
in stdenv.mkDerivation rec {