Merge pull request #30356 from bflyblue/plex-1.9.5

plex: 1.9.2 -> 1.9.5
This commit is contained in:
Franz Pletz 2017-10-13 13:10:58 +02:00 committed by GitHub
commit 5ec10da86b
2 changed files with 4 additions and 4 deletions

View file

@ -137,7 +137,7 @@ in
User = cfg.user;
Group = cfg.group;
PermissionsStartOnly = "true";
ExecStart = "/bin/sh -c ${cfg.package}/usr/lib/plexmediaserver/Plex\\ Media\\ Server";
ExecStart = "\"${cfg.package}/usr/lib/plexmediaserver/Plex Media Server\"";
KillSignal = "SIGQUIT";
Restart = "on-failure";
};

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.2.4285";
vsnHash = "9f65b88ae";
sha256 = "0rz53kb4r32s734jhb3n65dcmb0mylhb6wcqinp0dg8w39ncv571";
version = "1.9.5.4339";
vsnHash = "46276db8d";
sha256 = "09zc2wfpvan2j9h88x1f57lpfiqvml2m5m2azhphi4hb31sd3hch";
};
in stdenv.mkDerivation rec {