dbip-country-lite: 2024-04 -> 2024-05
This commit is contained in:
parent
303b3c43ca
commit
aed7aed352
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "dbip-country-lite";
|
||||
version = "2024-04";
|
||||
version = "2024-05";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.db-ip.com/free/dbip-country-lite-${finalAttrs.version}.mmdb.gz";
|
||||
hash = "sha256-tpiggDnhYPeLJ21mctXjbNSS2Gw4RI8gnpc1stDVmMc=";
|
||||
hash = "sha256-MFhBCnYOJOVQl+xJ4wxi10nyb5MfRHnNVlba9LV1nsY=";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
|
Loading…
Reference in a new issue