Merge pull request #31653 from bflyblue/plex-1.9.6.4429

plex: 1.9.5 -> 1.9.6
This commit is contained in:
Franz Pletz 2017-11-14 12:04:51 +01:00 committed by GitHub
commit aeff3080d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.5.4339"; version = "1.9.6.4429";
vsnHash = "46276db8d"; vsnHash = "23901a099";
sha256 = "09zc2wfpvan2j9h88x1f57lpfiqvml2m5m2azhphi4hb31sd3hch"; sha256 = "0bmqf8b2d9h2h5q3n4ahs8y6a9aihj63rch7wd82rcr1l9xnqk9d";
}; };
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {