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

v2ray-geoip: 202112300030 -> 202201060033
This commit is contained in:
Bobby Rong 2022-01-11 11:34:04 +08:00 committed by GitHub
commit 37b0c5d39a
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 = "202112300030";
version = "202201060033";
src = fetchFromGitHub {
owner = "v2fly";
repo = "geoip";
rev = "570a09062b1b6dbd3b8cb1785c0ce4a0ed3c50f4";
sha256 = "sha256-YGKHruyVShFrMbE0eXzb2Qp3BMfM+4SLaK8pqR2sloM=";
rev = "57f0e64ece0582314958c027198b8e50daa353d2";
sha256 = "sha256-RG7sLp9u8k1U5XVFcwAF57UcvwhF3pFKCFLLJ2x7q00=";
};
installPhase = ''