Merge pull request #164639 from r-ryantm/auto-update/v2ray-geoip

v2ray-geoip: 202203100039 -> 202203170039
This commit is contained in:
Ryan Mulligan 2022-03-17 17:39:05 -07:00 committed by GitHub
commit ba558c6ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "v2ray-geoip";
version = "202203100039";
version = "202203170039";
src = fetchFromGitHub {
owner = "v2fly";
repo = "geoip";
rev = "564c2c8de36d3680a1d5f209d6bb05e4f3f70dfc";
sha256 = "sha256-JPpzIppgKQox8T6VC/kzhpLy+YAcuHdH5L6zqciOXow=";
rev = "0b5c94c368dc5f70ebf995e87188aa8f40d45489";
sha256 = "sha256-iaqU6CkrewICONps43nbZaUiM2aahSwfSD5bZz1P4Zc=";
};
installPhase = ''