unit: 1.19.0 -> 1.20.0
This commit is contained in:
parent
7616553570
commit
fb25f00cbb
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue