dbip-asn-lite: 2024-12 -> 2025-01

This commit is contained in:
Nick Cao
2025-01-01 06:06:06 -08:00
parent 7673e4ffcb
commit 972b05a0e7
+2 -2
View File
@@ -5,11 +5,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "dbip-asn-lite";
version = "2024-12";
version = "2025-01";
src = fetchurl {
url = "https://download.db-ip.com/free/dbip-asn-lite-${finalAttrs.version}.mmdb.gz";
hash = "sha256-tzeXJzgTG6AB46dCYqtdECqMm2nh9PfPigMvRif2+cM=";
hash = "sha256-cRlhlP5ml+swBZGiLpVH5s7nvPiHUi7qxM2GajoeK+Y=";
};
dontUnpack = true;