dbip-country-lite: 2024-03 -> 2024-04

This commit is contained in:
Nick Cao 2024-04-01 22:30:41 -04:00
parent 4c2f2f1a53
commit 4094c5f4d3
No known key found for this signature in database

View file

@ -5,11 +5,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "dbip-country-lite";
version = "2024-03";
version = "2024-04";
src = fetchurl {
url = "https://download.db-ip.com/free/dbip-country-lite-${finalAttrs.version}.mmdb.gz";
hash = "sha256-pWlNmM7CCiIS1GRRX5GRWNOF5tOwPPTytgc7V2+l3LE=";
hash = "sha256-tpiggDnhYPeLJ21mctXjbNSS2Gw4RI8gnpc1stDVmMc=";
};
dontUnpack = true;