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

unit: 1.26.0 -> 1.26.1
This commit is contained in:
Ryan Mulligan 2021-12-08 06:31:56 -08:00 committed by GitHub
commit d11b735c3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,14 +29,14 @@ let
php80-unit = php80.override phpConfig; php80-unit = php80.override phpConfig;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
version = "1.26.0"; version = "1.26.1";
pname = "unit"; pname = "unit";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nginx"; owner = "nginx";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-nh49Uz9iM5UbAfERUVGpR7ExuwJBgYC/CQk/QwjexqY="; sha256 = "sha256-rTT7EJSHepGOwNXVqlOBOhZayZQXyNo3B2Oa1oLf2FI=";
}; };
nativeBuildInputs = [ which ]; nativeBuildInputs = [ which ];