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

This commit is contained in:
Guanran Wang
2025-12-04 15:07:51 +08:00
parent e143d1d68d
commit cd4db4b5b5
+2 -2
View File
@@ -5,11 +5,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "dbip-asn-lite";
version = "2025-11";
version = "2025-12";
src = fetchurl {
url = "https://download.db-ip.com/free/dbip-asn-lite-${finalAttrs.version}.mmdb.gz";
hash = "sha256-1Je/L9NFN83Suzl+qvbJE5gzUitx6Iin5O0VqqjgecI=";
hash = "sha256-Xqo0j9nzQAel1NoTSxOGb8wqSnhATyCKGD6CPGomG5Q=";
};
dontUnpack = true;