unit: 1.19.0 -> 1.20.0

This commit is contained in:
Izorkin 2020-10-31 18:50:24 +03:00
parent 7616553570
commit fb25f00cbb
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09

View file

@ -30,14 +30,14 @@ let
php74-unit = php74.override phpConfig;
in stdenv.mkDerivation rec {
version = "1.19.0";
version = "1.20.0";
pname = "unit";
src = fetchFromGitHub {
owner = "nginx";
repo = "unit";
rev = version;
sha256 = "0k3q42q198sb0w6hyyymw92dbhz67axn6w6vnzr0d883xw3sva7k";
sha256 = "1qmcz01ifmd80qgpvf1y8nhad6yk56772xdhqvwfxn3mdjfqvcs8";
};
nativeBuildInputs = [ which ];