mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
[cpan2nix] perlPackages.MaxMindDBReaderXS: 1.000007 -> 1.000008
This commit is contained in:
parent
d2267dae2b
commit
c065ccd12d
1 changed files with 3 additions and 3 deletions
|
@ -10468,10 +10468,10 @@ let
|
|||
|
||||
MaxMindDBReaderXS = buildPerlModule {
|
||||
pname = "MaxMind-DB-Reader-XS";
|
||||
version = "1.000007";
|
||||
version = "1.000008";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/M/MA/MAXMIND/MaxMind-DB-Reader-XS-1.000007.tar.gz;
|
||||
sha256 = "1wg1x1pqamapfhn6rbffqipncgs15k99q34agdamv76i6782ny8r";
|
||||
url = mirror://cpan/authors/id/M/MA/MAXMIND/MaxMind-DB-Reader-XS-1.000008.tar.gz;
|
||||
sha256 = "11y71m77y38mi68gw5dqx54z9syvax42x3m9v7mgx35c5z4gpal4";
|
||||
};
|
||||
propagatedBuildInputs = [ pkgs.libmaxminddb MathInt128 MaxMindDBReader ];
|
||||
buildInputs = [ NetWorks PathClass TestFatal TestNumberDelta TestRequires ];
|
||||
|
|
Loading…
Reference in a new issue