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

Merge pull request #240999 from NickCao/dbip

dbip-country-lite: 2023-06 -> 2023-07
parents d725a242 5b414c13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "dbip-country-lite";
  version = "2023-06";
  version = "2023-07";

  src = fetchurl {
    url = "https://download.db-ip.com/free/dbip-country-lite-${version}.mmdb.gz";
    hash = "sha256-H+f7OhI03qhgpldF05Nc5ohPIPNhyVRCwiVqeWkvIbc=";
    hash = "sha256-WVsyhopYbBlCWDq9UoPe1rcGU3pBYsXkqNWbaQXzRFA=";
  };

  dontUnpack = true;