dbip-city-lite: 2025-04 -> 2025-05

This commit is contained in:
Nick Cao 2025-05-01 17:03:04 -04:00
parent b22a35b084
commit 25423c9523
No known key found for this signature in database

View file

@ -5,11 +5,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "dbip-city-lite";
version = "2025-04";
version = "2025-05";
src = fetchurl {
url = "https://download.db-ip.com/free/dbip-city-lite-${finalAttrs.version}.mmdb.gz";
hash = "sha256-KVp7dZJlEeLjN925bZq2+RnYgsdC724rkb/PxVxq9vE=";
hash = "sha256-Trqy6BlagHycC432BE1p/fF+hfcVpPhzVJTKIJQaWlY=";
};
dontUnpack = true;