Merge branch 'master' into staging-next

This commit is contained in:
Vladimír Čunát
2019-09-24 08:14:34 +02:00
185 changed files with 5276 additions and 3825 deletions
+2 -2
View File
@@ -14,14 +14,14 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "1.10.0";
version = "1.11.0";
pname = "unit";
src = fetchFromGitHub {
owner = "nginx";
repo = "unit";
rev = version;
sha256 = "00y7hc6bzn38f9mcqxnzddnwwsiba4ss9vwd9vgc95sj0yvv885a";
sha256 = "05qplbwki8kcj0xy9d39gf8lhwwg2cx24waxd1q5cb0fq9a5hprm";
};
nativeBuildInputs = [ which ];