Skip to content

Commit d705c53

Browse files
Merge pull request #263279 from kalekseev/bump-openresty
openresty: 1.21.4.1 -> 1.21.4.3
2 parents d7c5da1 + 23a4b38 commit d705c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/http/openresty/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
callPackage ../nginx/generic.nix args rec {
1212
pname = "openresty";
1313
nginxVersion = "1.21.4";
14-
version = "${nginxVersion}.1";
14+
version = "${nginxVersion}.3";
1515

1616
src = fetchurl {
1717
url = "https://openresty.org/download/openresty-${version}.tar.gz";
18-
sha256 = "sha256-DFCTtk94IehQZcmeXU5swxggz9fze5oN7IQgnYeir5k=";
18+
sha256 = "sha256-M6hMY8/Z5GsOXGLrLdx7gGi9ouFoYxQ0O4n8P/0kzdM=";
1919
};
2020

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

0 commit comments

Comments
 (0)