unit: 1.31.1 -> 1.32.0

This commit is contained in:
R. Ryantm 2024-02-28 05:24:57 +00:00
parent 5d1b96ebf2
commit 3b14bbb8af

View File

@ -28,14 +28,14 @@ let
php82-unit = php82.override phpConfig;
in stdenv.mkDerivation rec {
version = "1.31.1";
version = "1.32.0";
pname = "unit";
src = fetchFromGitHub {
owner = "nginx";
repo = pname;
rev = version;
sha256 = "sha256-6hecOCEC2MeJJieOOamEf8ytpEVAGs5mB0H16lJDciU=";
sha256 = "sha256-u693Q6Gp8lFm3DX1q5i6W021bxD962NGBGDRxUtvGrk=";
};
nativeBuildInputs = [ which ];