mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
Merge pull request #299649 from milas/http/unit-1.32.1
unit: 1.32.0 -> 1.32.1
This commit is contained in:
commit
c7e0bad032
@ -28,14 +28,14 @@ let
|
||||
php82-unit = php82.override phpConfig;
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
version = "1.32.0";
|
||||
version = "1.32.1";
|
||||
pname = "unit";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nginx";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-u693Q6Gp8lFm3DX1q5i6W021bxD962NGBGDRxUtvGrk=";
|
||||
sha256 = "sha256-YqejETJTbnmXoPsYITJ6hSnd1fIWUc1p5FldYkw2HQI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ which ];
|
||||
|
Loading…
Reference in New Issue
Block a user