mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
unit: 1.31.1 -> 1.32.0
This commit is contained in:
parent
5d1b96ebf2
commit
3b14bbb8af
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user