We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7c5da1 + 23a4b38 commit d705c53Copy full SHA for d705c53
pkgs/servers/http/openresty/default.nix
@@ -11,11 +11,11 @@
11
callPackage ../nginx/generic.nix args rec {
12
pname = "openresty";
13
nginxVersion = "1.21.4";
14
- version = "${nginxVersion}.1";
+ version = "${nginxVersion}.3";
15
16
src = fetchurl {
17
url = "https://openresty.org/download/openresty-${version}.tar.gz";
18
- sha256 = "sha256-DFCTtk94IehQZcmeXU5swxggz9fze5oN7IQgnYeir5k=";
+ sha256 = "sha256-M6hMY8/Z5GsOXGLrLdx7gGi9ouFoYxQ0O4n8P/0kzdM=";
19
};
20
21
# generic.nix applies fixPatch on top of every patch defined there.
0 commit comments