1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-OWo8puUjzMZXZ80HMpCrvRGUVdclnSxk7rHR5egOU1Y=";
14 vendorHash = "sha256-MApZUtI9JewMBbImuV3vsNG89UvCfxcBg3TZiuk/nvg=";
16 ldflags = [ "-X main.version=${version}" ];
21 description = "Automatic GeoIP database updater";
22 homepage = "https://github.com/maxmind/geoipupdate";
23 license = with licenses; [ asl20 ];
24 maintainers = teams.helsinki-systems.members;
25 mainProgram = "geoipupdate";