[cpan2nix] perlPackages.GeoIP: 1.45 -> 1.51

This commit is contained in:
volth 2018-04-07 07:51:59 +00:00
parent 18515f2017
commit 9e583bac72
1 changed files with 2 additions and 2 deletions

View File

@ -6082,10 +6082,10 @@ let self = _self // overrides; _self = with self; {
};
GeoIP = buildPerlPackage rec {
name = "Geo-IP-1.45";
name = "Geo-IP-1.51";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MA/MAXMIND/${name}.tar.gz";
sha256 = "0qinkq2br1cjicbgqb5bvrhm73h7f9f4fgc6bjfs5r6x7316bdqf";
sha256 = "1fka8fr7fw6sh3xa9glhs1zjg3s2gfkhi7n7da1l2m2wblqj0c0n";
};
makeMakerFlags = "LIBS=-L${pkgs.geoip}/lib INC=-I${pkgs.geoip}/include";
doCheck = false; # seems to access the network