3
0
Fork 0
forked from mirrors/nixpkgs

clash-geoip: 20240112 -> 20240212

This commit is contained in:
R. Ryantm 2024-02-12 07:01:12 +00:00
parent 9969aa079a
commit 71d1678f0a

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "clash-geoip";
version = "20240112";
version = "20240212";
src = fetchurl {
url = "https://github.com/Dreamacro/maxmind-geoip/releases/download/${version}/Country.mmdb";
sha256 = "sha256-RnRPGMHb+gciKxVV0DoK/E/7sI7Zb9yvtqHYtYDC15Q=";
sha256 = "sha256-cNVEWdIRo2Z2FluZIR0O5o3Aso4tDcVyHAG3DkNmpSQ=";
};
dontUnpack = true;