3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #149543 from r-ryantm/auto-update/php-maxminddb

php74Extensions.maxminddb: 1.10.1 -> 1.11.0
This commit is contained in:
Elis Hirwing 2021-12-08 08:39:48 +01:00 committed by GitHub
commit 4a6aa6acfd
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.10.1";
version = "1.11.0";
in
buildPecl {
inherit pname version;
@ -10,7 +10,7 @@ buildPecl {
owner = "maxmind";
repo = "MaxMind-DB-Reader-php";
rev = "v${version}";
sha256 = "1m5y733x4ykldi1pym54mdahfwfnwy2r1n6fnndwi8jz9px9pa5k";
sha256 = "sha256-Dw1+pYJmZ3U2+rgSOEkx4a6HB8FebSr7YZodOjSipjI=";
};
buildInputs = [ libmaxminddb ];