unit: 1.28.0 -> 1.29.0

This commit is contained in:
R. Ryantm 2022-12-19 05:58:55 +00:00 committed by Bobby Rong
parent bd3de3c63b
commit 501848c755

View file

@ -30,14 +30,14 @@ let
php81-unit = php81.override phpConfig;
in stdenv.mkDerivation rec {
version = "1.28.0";
version = "1.29.0";
pname = "unit";
src = fetchFromGitHub {
owner = "nginx";
repo = pname;
rev = version;
sha256 = "sha256-nsalloOghC8tOMRP/N/L2raOmWwA4cz6Yr6H3IHHbR4=";
sha256 = "sha256-Na7whutGpd1yLePlcZyiZK9a/Y4YQnv7dkC5FjENqzs=";
};
nativeBuildInputs = [ which ];