unit: 1.10.0 -> 1.11.0 (#69238)

unit: 1.10.0 -> 1.11.0
This commit is contained in:
Jörg Thalheim 2019-09-22 15:55:32 +01:00 committed by GitHub
commit 457a01a85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];