Merge pull request #252746 from NickCao/dbip

dbip-country-lite: 2023-08 -> 2023-09
This commit is contained in:
Nick Cao 2023-09-01 19:15:40 -04:00 committed by GitHub
commit 59dbfe6b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "dbip-country-lite";
version = "2023-08";
version = "2023-09";
src = fetchurl {
url = "https://download.db-ip.com/free/dbip-country-lite-${finalAttrs.version}.mmdb.gz";
hash = "sha256-+IQSHgfVZ2codxkOKwi23CLjm+rYDZOQq5EWJs0OLiQ=";
hash = "sha256-3Mapa4qxUEMGUeqzoyzhatL43l1PPmw+Aye4bX92CAA=";
};
dontUnpack = true;