1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

plex: 1.9.5 -> 1.9.6

This commit is contained in:
Shaun Sharples 2017-11-14 11:57:16 +02:00
parent 5f6b88c27f
commit 7f9d876fea

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 {