Unverified Commit 215ea747 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

openresty: 1.25.3.1 -> 1.25.3.2 (#337459)

parents 1cd29bab 382e49fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@
callPackage ../nginx/generic.nix args rec {
  pname = "openresty";
  nginxVersion = "1.25.3";
  version = "${nginxVersion}.1";
  version = "${nginxVersion}.2";

  src = fetchurl {
    url = "https://openresty.org/download/openresty-${version}.tar.gz";
    sha256 = "sha256-MuwaJTpaEyUDVaB1/mW31j7EXFYLviEzUPCZKlfNed8=";
    sha256 = "sha256-LVZAIrBuM7Rfflz68eXcVx041hgDr5+idU3/81PCjZw=";
  };

  # generic.nix applies fixPatch on top of every patch defined there.