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

unit: 1.30.0 -> 1.31.0
This commit is contained in:
Weijia Wang 2023-09-20 18:30:06 +02:00 committed by GitHub
commit 90f54ba99f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,14 +29,14 @@ let
php82-unit = php82.override phpConfig; php82-unit = php82.override phpConfig;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
version = "1.30.0"; version = "1.31.0";
pname = "unit"; pname = "unit";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nginx"; owner = "nginx";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-QLTzlW1OsU+gwaPKozLcBKfuTXbYg1ONqTVZpGX6mrQ="; sha256 = "sha256-N01ANjZES8eJV/gZchyPfxUpRyfDXpebHWK79mCI3Bw=";
}; };
nativeBuildInputs = [ which ]; nativeBuildInputs = [ which ];