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

v2ray-geoip: 202201270031 -> 202202030030
This commit is contained in:
Bobby Rong 2022-02-05 22:12:22 +08:00 committed by GitHub
commit 763af70785
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 = "202201270031";
version = "202202030030";
src = fetchFromGitHub {
owner = "v2fly";
repo = "geoip";
rev = "236a5edc951685cf11d5fcbd08d82d74bd425f92";
sha256 = "sha256-y2hVSlfUwbbKpd2O8VBwTEL/djhXjd2XhBbDlmmqJCc=";
rev = "ca550e313a264e05c1fb22f293bc64c7432049ef";
sha256 = "sha256-gajlNfyaq8HwghBU6Gcq7lyqjVAmNcOgJKKsw5P+8Nc=";
};
installPhase = ''