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

(cherry picked from commit 4f48214aa4)
This commit is contained in:
Nick Cao 2025-06-02 18:40:27 -04:00 committed by phanirithvij
parent 56c39cd47e
commit 2e3ccab22f
No known key found for this signature in database

View file

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