Merge pull request #92225 from bachp/unifi-5.13.32

unifiStable: 5.13.29 -> 5.13.32
This commit is contained in:
Justin Humm 2020-07-11 17:14:19 +02:00 committed by GitHub
commit ce111fcc26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -162,6 +162,8 @@ in
unitConfig.RequiresMountsFor = stateDir;
# This a HACK to fix missing dependencies of dynamic libs extracted from jars
environment.LD_LIBRARY_PATH = with pkgs.stdenv; "${cc.cc.lib}/lib";
# Make sure package upgrades trigger a service restart
restartTriggers = [ cfg.unifiPackage cfg.mongodbPackage ];
serviceConfig = {
Type = "simple";

View File

@ -49,7 +49,7 @@ in {
};
unifiStable = generic {
version = "5.13.29";
sha256 = "0j1spid9q41l57gyphg8smn92iy52z4x4wy236a2a15p731gllh8";
version = "5.13.32";
sha256 = "0r1lz73hn4pl5jygmmfngr8sr0iybirsqlkcdkq31a36vcr567i8";
};
}