tun2socks: 2.5.2 -> 2.5.2-unstable-2024-02-28

Diff: https://github.com/xjasonlyu/tun2socks/compare/v2.5.2...8c7c9085c21d8be8d18bf79ff547e1f2225842a9
This commit is contained in:
Nick Cao 2024-03-25 09:21:03 -04:00
parent 973ce720b3
commit dc22db7e73
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

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"