dbip-country-lite: 2024-08 -> 2024-09

This commit is contained in:
Nick Cao
2024-09-03 10:14:36 -04:00
parent 494549b8ae
commit 473bba08fe
+2 -2
View File
@@ -5,11 +5,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "dbip-country-lite";
version = "2024-08";
version = "2024-09";
src = fetchurl {
url = "https://download.db-ip.com/free/dbip-country-lite-${finalAttrs.version}.mmdb.gz";
hash = "sha256-NdAXeo9anEGJUezxXEpABzNQyefONkh8wtFAnmAwXtw=";
hash = "sha256-Y3uLIETUMfR/IEXfhqz3srAJxe8yM7oRi+DrA2tL15Y=";
};
dontUnpack = true;