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

unit: 1.29.0 -> 1.29.1
This commit is contained in:
Weijia Wang 2023-03-03 22:15:08 +02:00 committed by GitHub
commit b73d9ac22e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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