Skip to content

Commit

Permalink
[24.05] openresty: 1.21.4.3 -> 1.21.4.4 (#337460)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored Aug 30, 2024
2 parents 680c1ff + 965628f commit be55bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/http/openresty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
callPackage ../nginx/generic.nix args rec {
pname = "openresty";
nginxVersion = "1.21.4";
version = "${nginxVersion}.3";
version = "${nginxVersion}.4";

src = fetchurl {
url = "https://openresty.org/download/openresty-${version}.tar.gz";
sha256 = "sha256-M6hMY8/Z5GsOXGLrLdx7gGi9ouFoYxQ0O4n8P/0kzdM=";
sha256 = "sha256-ZYkcPTvwEy2THl+QfX2ZdFXo2/UEE9PuZizeQd1VkJw=";
};

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

0 comments on commit be55bca

Please sign in to comment.