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

This commit is contained in:
Nick Cao 2024-05-03 21:30:47 -04:00
parent 303b3c43ca
commit aed7aed352
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

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