unit: 1.8.0 -> 1.9.0

This commit is contained in:
Izorkin
2019-05-30 22:57:45 +03:00
parent 2c074fc6c8
commit aa8a11c1b3
2 changed files with 2 additions and 29 deletions
+2 -5
View File
@@ -16,14 +16,14 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "1.8.0";
version = "1.9.0";
name = "unit-${version}";
src = fetchFromGitHub {
owner = "nginx";
repo = "unit";
rev = "${version}";
sha256 = "1s5pfyhabnf9p5z2h1fh0wb4hqzkrha5bxahjnikmlkhw59s8zip";
sha256 = "0f7smgshfzksks2jfhi53g87wiyy38vwgj6aa70ql61m135dx7b1";
};
nativeBuildInputs = [ which ];
@@ -40,9 +40,6 @@ stdenv.mkDerivation rec {
++ optional withRuby ruby
++ optional withSSL openssl;
# Used patch to enable work with unprivileged user - https://github.com/nginx/unit/issues/228
patches = [ ./unit-rootless.patch ];
configureFlags = [
"--control=unix:/run/unit/control.unit.sock"
"--pid=/run/unit/unit.pid"