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

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

dbip-country-lite: 2024-01 -> 2024-02
parents 0b8abd77 901de021
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 = "2024-01";
  version = "2024-02";

  src = fetchurl {
    url = "https://download.db-ip.com/free/dbip-country-lite-${finalAttrs.version}.mmdb.gz";
    hash = "sha256-aFelcJPwkHRp/McStNABdJKTifz+WK3ODUk8bdiTtEk=";
    hash = "sha256-YeZaFscmH4yVNwwXCHzxf/BlM1zT0gbdZ6Ysdh4gqN4=";
  };

  dontUnpack = true;