nginxModules.geoip2: 3.3 -> 3.4

This commit is contained in:
MayNiklas 2023-01-06 11:11:30 +01:00
parent 5d67071b1a
commit 3f4bbaee84

View file

@ -204,8 +204,8 @@ let self = {
name = "geoip2";
owner = "leev";
repo = "ngx_http_geoip2_module";
rev = "3.3";
sha256 = "EEn/qxPsBFgVBqOgPYTrRhaLPwSBlSPWYYSr3SL8wZA=";
rev = "3.4";
sha256 = "CAs1JZsHY7RymSBYbumC2BENsXtZP3p4ljH5QKwz5yg=";
};
inputs = [ libmaxminddb ];