php.extensions.maxminddb: 1.10.0 -> 1.10.1
(cherry picked from commit 9e12aefc411d846b1fe2d909dff08d28bf24b5ee)
This commit is contained in:
parent
519f5b1887
commit
2d08d4cfd0
@ -1,7 +1,7 @@
|
|||||||
{ buildPecl, lib, fetchFromGitHub, libmaxminddb }:
|
{ buildPecl, lib, fetchFromGitHub, libmaxminddb }:
|
||||||
let
|
let
|
||||||
pname = "maxminddb";
|
pname = "maxminddb";
|
||||||
version = "1.10.0";
|
version = "1.10.1";
|
||||||
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-2SnajDdO5uAYcuVpEbOuFlZzMxwo/EqFtUSr9XxT0KQ=";
|
sha256 = "1m5y733x4ykldi1pym54mdahfwfnwy2r1n6fnndwi8jz9px9pa5k";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libmaxminddb ];
|
buildInputs = [ libmaxminddb ];
|
||||||
|
Loading…
Reference in New Issue
Block a user