phpExtensions.maxminddb: 1.7.0 -> 1.8.0
This commit is contained in:
parent
5aaf8968ea
commit
e004a8bee5
@ -1,7 +1,7 @@
|
|||||||
{ buildPecl, lib, pkgs }:
|
{ buildPecl, lib, pkgs }:
|
||||||
let
|
let
|
||||||
pname = "maxminddb";
|
pname = "maxminddb";
|
||||||
version = "1.7.0";
|
version = "1.8.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 = "16msc9s15y43lxw89kj51aldlkd57dc8gms199i51jc984b68ljc";
|
sha256 = "0cpd8d1xnkxsrf28z25xzgkkf3wc13ia99v8f7hbl7csvnggs7nn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgs.libmaxminddb ];
|
buildInputs = [ pkgs.libmaxminddb ];
|
||||||
|
Loading…
Reference in New Issue
Block a user