Unverified Commit 59dbfe6b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #252746 from NickCao/dbip

dbip-country-lite: 2023-08 -> 2023-09
parents 751a89b9 c27a738c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;