libmaxminddb 1.7.1 -> 1.9.1 https://github.com/maxmind/libmaxminddb/releases attrpath: libmaxminddb Checking auto update branch... No auto update branch exists Old version 1.7.1" not present in staging derivation file with contents: { lib, stdenv, fetchurl }: stdenv.mkDerivation rec { pname = "libmaxminddb"; version = "1.9.1"; src = fetchurl { url = meta.homepage + "/releases/download/${version}/${pname}-${version}.tar.gz"; sha256 = "sha256-qAaCqJ2RX99gs10xYjL7BOvzb/8n/am9Of6KONPNPxI="; }; meta = with lib; { description = "C library for working with MaxMind geolocation DB files"; homepage = "https://github.com/maxmind/libmaxminddb"; license = licenses.asl20; maintainers = teams.helsinki-systems.members; mainProgram = "mmdblookup"; platforms = platforms.all; }; }