Merge pull request #292001 from r-ryantm/auto-update/unit

unit: 1.31.1 -> 1.32.0
This commit is contained in:
Weijia Wang 2024-03-07 07:00:35 +01:00 committed by GitHub
commit 4d19e6d008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ];