Merge pull request #298922 from NickCao/tun2socks

tun2socks: 2.5.2 -> 2.5.2-unstable-2024-02-28
This commit is contained in:
Nick Cao 2024-03-25 14:20:59 -04:00 committed by GitHub
commit bd62cb4869
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "tun2socks";
version = "2.5.2";
version = "2.5.2-unstable-2024-02-28";
src = fetchFromGitHub {
owner = "xjasonlyu";
repo = pname;
rev = "v${version}";
sha256 = "sha256-siAengVJXusQ5o9cTaADeRn5eW4IoCHkMMf6Bx8iWws=";
rev = "8c7c9085c21d8be8d18bf79ff547e1f2225842a9";
hash = "sha256-LdiCVp6w5yGbFnbArUcjPIwbqFk3zgbbZO1rQNW4w0M=";
};
vendorHash = "sha256-zeiOcn33PnyoseYb0wynkn7MfGp3rHEYBStY98C6aR8=";
vendorHash = "sha256-7x3vVRFFxWhwwelPJ2EV78UTSXIo6bMj3ljVIPTPteg=";
ldflags = [
"-w" "-s"