Merge pull request #78962 from helsinki-systems/upd/php-maxminddb

phpPackages.maxminddb: 1.5.0 -> 1.6.0
This commit is contained in:
Aaron Andersen 2020-02-22 19:08:07 -05:00 committed by GitHub
commit 1462c33f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,13 +201,13 @@ let
maxminddb = buildPecl rec {
pname = "maxminddb";
version = "1.5.0";
version = "1.6.0";
src = pkgs.fetchFromGitHub {
owner = "maxmind";
repo = "MaxMind-DB-Reader-php";
rev = "v${version}";
sha256 = "1ilgpx36rgihjr8s4bvkbms5hl6xy7mymna3ym2bl4lb15vkr0sm";
sha256 = "0sa943ij9pgz55aik93lllb8lh063bvr66ibn77p3y3p41vdiabz";
};
buildInputs = [ pkgs.libmaxminddb ];