Merge pull request #88141 from r-ryantm/auto-update/geoipupdate

geoipupdate: 4.2.2 -> 4.3.0
This commit is contained in:
Mario Rodas 2020-05-19 08:53:03 -05:00 committed by GitHub
commit 2a2a9392b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "geoipupdate";
version = "4.2.2";
version = "4.3.0";
src = fetchFromGitHub {
owner = "maxmind";
repo = "geoipupdate";
rev = "v${version}";
sha256 = "057f9kp8g3wixjh9dm58g0qvzfcmhwbk1d573ldly4g5404r9bvf";
sha256 = "08h14bf4z2gx9sy34jpi2pvxv3i8g9ypl222hzdjsp2ixhl0jia9";
};
vendorSha256 = "0q4byhvs1c1xm4qjvs2vyf98vdv121qn0z51arcf7k4ayrys5xcx";