Merge pull request #300844 from NickCao/dbip-country-lite

dbip-country-lite: 2024-03 -> 2024-04
This commit is contained in:
Nick Cao 2024-04-02 09:08:35 -04:00 committed by GitHub
commit ffc85ee1bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;