From fb25f00cbb638fe182958597bbbeada044afe0ed Mon Sep 17 00:00:00 2001 From: Izorkin Date: Sat, 31 Oct 2020 18:50:24 +0300 Subject: [PATCH] unit: 1.19.0 -> 1.20.0 --- pkgs/servers/http/unit/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/http/unit/default.nix b/pkgs/servers/http/unit/default.nix index cbe17cdb8064..318fcd498abe 100644 --- a/pkgs/servers/http/unit/default.nix +++ b/pkgs/servers/http/unit/default.nix @@ -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 ];