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

clash-geoip: 20230812 -> 20230912
This commit is contained in:
Nick Cao
2023-09-27 09:37:00 -04:00
committed by GitHub

View File

@@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "clash-geoip";
version = "20230812";
version = "20230912";
src = fetchurl {
url = "https://github.com/Dreamacro/maxmind-geoip/releases/download/${version}/Country.mmdb";
sha256 = "sha256-yO8zSQjNYGxaSXcOhFOIE4HsiMnCm3ZVYfVZg5xO96s=";
sha256 = "sha256-MyNlgsa+8OS7vkMq74KKmUVzBhmDpF4ED2Xdgl3GIS4=";
};
dontUnpack = true;