openresty: 1.21.4.1 -> 1.21.4.3

+2 -2
+2 -2
pkgs/servers/http/openresty/default.nix
··· 11 11 callPackage ../nginx/generic.nix args rec { 12 12 pname = "openresty"; 13 13 nginxVersion = "1.21.4"; 14 - version = "${nginxVersion}.1"; 14 + version = "${nginxVersion}.3"; 15 15 16 16 src = fetchurl { 17 17 url = "https://openresty.org/download/openresty-${version}.tar.gz"; 18 - sha256 = "sha256-DFCTtk94IehQZcmeXU5swxggz9fze5oN7IQgnYeir5k="; 18 + sha256 = "sha256-M6hMY8/Z5GsOXGLrLdx7gGi9ouFoYxQ0O4n8P/0kzdM="; 19 19 }; 20 20 21 21 # generic.nix applies fixPatch on top of every patch defined there.