php.extensions.maxminddb: 1.10.0 -> 1.10.1

(cherry picked from commit 9e12aefc411d846b1fe2d909dff08d28bf24b5ee)
This commit is contained in:
Elis Hirwing 2021-06-10 08:22:02 +02:00
parent 519f5b1887
commit 2d08d4cfd0
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ buildPecl, lib, fetchFromGitHub, libmaxminddb }:
let
pname = "maxminddb";
version = "1.10.0";
version = "1.10.1";
in
buildPecl {
inherit pname version;
@ -10,7 +10,7 @@ buildPecl {
owner = "maxmind";
repo = "MaxMind-DB-Reader-php";
rev = "v${version}";
sha256 = "sha256-2SnajDdO5uAYcuVpEbOuFlZzMxwo/EqFtUSr9XxT0KQ=";
sha256 = "1m5y733x4ykldi1pym54mdahfwfnwy2r1n6fnndwi8jz9px9pa5k";
};
buildInputs = [ libmaxminddb ];