Merge pull request #99442 from etu/php-exts-upgrade-maxminddb

php.extensions.maxminddb: 1.6.0 -> 1.7.0
This commit is contained in:
Elis Hirwing 2020-10-03 19:59:16 +02:00 committed by GitHub
commit 252b4f468e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -521,13 +521,13 @@ in
maxminddb = buildPecl rec {
pname = "maxminddb";
version = "1.6.0";
version = "1.7.0";
src = pkgs.fetchFromGitHub {
owner = "maxmind";
repo = "MaxMind-DB-Reader-php";
rev = "v${version}";
sha256 = "0sa943ij9pgz55aik93lllb8lh063bvr66ibn77p3y3p41vdiabz";
sha256 = "16msc9s15y43lxw89kj51aldlkd57dc8gms199i51jc984b68ljc";
};
buildInputs = [ pkgs.libmaxminddb ];