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

v2ray-geoip: 202304200041 -> 202304270044
This commit is contained in:
Nick Cao 2023-05-02 16:38:43 +08:00 committed by GitHub
commit 1052d913cb
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 = "202304200041";
version = "202304270044";
src = fetchFromGitHub {
owner = "v2fly";
repo = "geoip";
rev = "7869655f0a2c9fd81d04e091b1c2657029b6e1f9";
sha256 = "sha256-pgQU8gLErC9zo/GtwxHC2+4svFsxkgceV3IZPovVMo4=";
rev = "015e040dbd71ec79f57555d9c2721326e4254b34";
sha256 = "sha256-yY+mEsnc4x6zgslpu8755tGt7I17xBB1RXdAzSLtf2U=";
};
installPhase = ''