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

This commit is contained in:
Nick Cao
2025-11-03 08:54:24 -05:00
parent f62e4bdac3
commit 7a8a1943dd
@@ -5,11 +5,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "dbip-country-lite";
version = "2025-10";
version = "2025-11";
src = fetchurl {
url = "https://download.db-ip.com/free/dbip-country-lite-${finalAttrs.version}.mmdb.gz";
hash = "sha256-pGhn+UAyzhLWG5k1O3MyJ6EEDeGt4v38bt73e6HoPz0=";
hash = "sha256-oOLvy3Le+ybHa3z2AGcmXdjUrfOxhguq8bRkyQh7MnI=";
};
dontUnpack = true;