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

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

dbip-country-lite: 2024-07 -> 2024-08
parents 400cbc82 2ca365ca
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-07";
  version = "2024-08";

  src = fetchurl {
    url = "https://download.db-ip.com/free/dbip-country-lite-${finalAttrs.version}.mmdb.gz";
    hash = "sha256-MEhxTByiRoyxQ6DAKUhJKnG+ISvJN0Q5K4o/DoXkxtk=";
    hash = "sha256-NdAXeo9anEGJUezxXEpABzNQyefONkh8wtFAnmAwXtw=";
  };

  dontUnpack = true;