Merge pull request #250122 from r-ryantm/auto-update/clash-geoip

clash-geoip: 20230712 -> 20230812
This commit is contained in:
Nick Cao 2023-08-19 15:27:08 +08:00 committed by GitHub
commit b3b76fb056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "clash-geoip";
version = "20230712";
version = "20230812";
src = fetchurl {
url = "https://github.com/Dreamacro/maxmind-geoip/releases/download/${version}/Country.mmdb";
sha256 = "sha256-QXxY/WruYY09LL+OEKhd/EUb+GOI49KFnG75mbwMWoU=";
sha256 = "sha256-yO8zSQjNYGxaSXcOhFOIE4HsiMnCm3ZVYfVZg5xO96s=";
};
dontUnpack = true;