3
0
Fork 0
forked from mirrors/nixpkgs

openresty: 1.21.4.1 -> 1.21.4.3

This commit is contained in:
Konstantin Alekseev 2023-10-25 08:48:10 +03:00
parent dc594fa5f6
commit 23a4b38ac8

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.