Commit 3b14bbb8 authored by R. RyanTM's avatar R. RyanTM
Browse files

unit: 1.31.1 -> 1.32.0

parent 5d1b96eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];