Merge pull request #263279 from kalekseev/bump-openresty

openresty: 1.21.4.1 -> 1.21.4.3
This commit is contained in:
Ryan Lahfa
2024-01-01 15:32:09 +01:00
committed by GitHub
+2 -2
View File
@@ -11,11 +11,11 @@
callPackage ../nginx/generic.nix args rec {
pname = "openresty";
nginxVersion = "1.21.4";
version = "${nginxVersion}.1";
version = "${nginxVersion}.3";
src = fetchurl {
url = "https://openresty.org/download/openresty-${version}.tar.gz";
sha256 = "sha256-DFCTtk94IehQZcmeXU5swxggz9fze5oN7IQgnYeir5k=";
sha256 = "sha256-M6hMY8/Z5GsOXGLrLdx7gGi9ouFoYxQ0O4n8P/0kzdM=";
};
# generic.nix applies fixPatch on top of every patch defined there.