dbip-country-lite: 2024-06 -> 2024-07

This commit is contained in:
Nick Cao 2024-07-03 20:03:45 -04:00
parent 0661b023ad
commit fb4f7ae196
No known key found for this signature in database

View File

@ -5,11 +5,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "dbip-country-lite";
version = "2024-06";
version = "2024-07";
src = fetchurl {
url = "https://download.db-ip.com/free/dbip-country-lite-${finalAttrs.version}.mmdb.gz";
hash = "sha256-utCjcaJ05Wo2KgEccGbvLYSGc3eW1n2S4qrgWd6rERM=";
hash = "sha256-MEhxTByiRoyxQ6DAKUhJKnG+ISvJN0Q5K4o/DoXkxtk=";
};
dontUnpack = true;