forked from mirrors/nixpkgs
Merge pull request #112965 from r-ryantm/auto-update/php-maxminddb
php73Extensions.maxminddb: 1.9.0 -> 1.10.0
This commit is contained in:
commit
dfcccd89b1
|
@ -1,7 +1,7 @@
|
||||||
{ buildPecl, lib, pkgs }:
|
{ buildPecl, lib, pkgs }:
|
||||||
let
|
let
|
||||||
pname = "maxminddb";
|
pname = "maxminddb";
|
||||||
version = "1.9.0";
|
version = "1.10.0";
|
||||||
in
|
in
|
||||||
buildPecl {
|
buildPecl {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -10,7 +10,7 @@ buildPecl {
|
||||||
owner = "maxmind";
|
owner = "maxmind";
|
||||||
repo = "MaxMind-DB-Reader-php";
|
repo = "MaxMind-DB-Reader-php";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-sNG2FhnxzbHA4Lmzj97al1WFwSU70Mr1R2i5ygF1L6Y=";
|
sha256 = "sha256-2SnajDdO5uAYcuVpEbOuFlZzMxwo/EqFtUSr9XxT0KQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgs.libmaxminddb ];
|
buildInputs = [ pkgs.libmaxminddb ];
|
||||||
|
|
Loading…
Reference in a new issue