dbip-asn-lite: 2025-09 -> 2025-10

(cherry picked from commit 9f41449f36)
This commit is contained in:
Nick Cao 2025-10-13 16:38:42 -04:00 committed by phanirithvij
parent aaece80eff
commit b61c8374ae
No known key found for this signature in database

View file

@ -5,11 +5,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "dbip-asn-lite";
version = "2025-09";
version = "2025-10";
src = fetchurl {
url = "https://download.db-ip.com/free/dbip-asn-lite-${finalAttrs.version}.mmdb.gz";
hash = "sha256-QQO2dIKBphkOYoFlYUBqgk9FKSkUF2PTlgwFgFqGCCI=";
hash = "sha256-jn3ogitAoSYSa4tQQFewQ7+wj1Z8/j/XJ9lvF4D+LSs=";
};
dontUnpack = true;