Merge pull request #275032 from r-ryantm/auto-update/php81Extensions.maxminddb

php81Extensions.maxminddb: 1.11.0 -> 1.11.1
This commit is contained in:
Pol Dellaiera 2023-12-18 08:26:25 +01:00 committed by GitHub
commit db2af98563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ buildPecl, lib, fetchFromGitHub, libmaxminddb }:
let
pname = "maxminddb";
version = "1.11.0";
version = "1.11.1";
in
buildPecl {
inherit pname version;
@ -10,7 +10,7 @@ buildPecl {
owner = "maxmind";
repo = "MaxMind-DB-Reader-php";
rev = "v${version}";
sha256 = "sha256-Dw1+pYJmZ3U2+rgSOEkx4a6HB8FebSr7YZodOjSipjI=";
sha256 = "sha256-e22HVsD0YstGQiRch0zUUF5CY1zSuFCyU2anK9uGCY4=";
};
prePatch = ''