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

v2ray-geoip: 202303230043 -> 202303272340
This commit is contained in:
Nick Cao 2023-03-29 19:44:39 +08:00 committed by GitHub
commit 9973b3ec30
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 = "202303230043";
version = "202303272340";
src = fetchFromGitHub {
owner = "v2fly";
repo = "geoip";
rev = "163f6f7caad67d43b51a9c342a72e34feeccb4d0";
sha256 = "sha256-hwKRwCu/LHbjqzgpwG8YcTX4C+eEkonCDqVq36FIprQ=";
rev = "0473ff6f84b7bb926af68238489d05f683b87e1d";
sha256 = "sha256-76SsWF3jOi+I975C9WNVMGrLqvgtdM48n9bV0jevx3Q=";
};
installPhase = ''