dbip-country-lite: 2025-11 -> 2025-12

This commit is contained in:
Guanran Wang
2025-12-04 15:08:03 +08:00
parent fc0421fb22
commit dfb9d111c1
@@ -5,11 +5,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "dbip-country-lite";
version = "2025-11";
version = "2025-12";
src = fetchurl {
url = "https://download.db-ip.com/free/dbip-country-lite-${finalAttrs.version}.mmdb.gz";
hash = "sha256-oOLvy3Le+ybHa3z2AGcmXdjUrfOxhguq8bRkyQh7MnI=";
hash = "sha256-MQ9kJubtM2Iq+gywSz6r7kkdv++BT9qEVPukFV8BQ5Q=";
};
dontUnpack = true;