Skip to content

Commit

Permalink
dbip-country-lite: 2024-09 -> 2024-10 (#345936)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 5, 2024
2 parents 259e3cb + a6075c6 commit 4d0adea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/misc/dbip-country-lite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "dbip-country-lite";
version = "2024-09";
version = "2024-10";

src = fetchurl {
url = "https://download.db-ip.com/free/dbip-country-lite-${finalAttrs.version}.mmdb.gz";
hash = "sha256-Y3uLIETUMfR/IEXfhqz3srAJxe8yM7oRi+DrA2tL15Y=";
hash = "sha256-MeAhfDY2jdX2WDsNGNjvH/JeCo9C1hx3PWyk8am9Ut0=";
};

dontUnpack = true;
Expand Down

0 comments on commit 4d0adea

Please sign in to comment.