3
0
Fork 0
forked from mirrors/nixpkgs

tun2socks: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm 2023-06-17 20:37:18 +00:00
parent 1ad5661ab3
commit b621212ea7

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "tun2socks";
version = "2.5.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "xjasonlyu";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uu0FBhckZ06eXEEuKwN3MopGMDbMjjcABYa/lgM48n4=";
sha256 = "sha256-qRjVZF15CjFohv9PQO0bLAjS8ip//S7yncXOn9oS2XM=";
};
vendorHash = "sha256-QIXgRoxmJaeYGx77EB53zIb94InlQbUSOXE+cUdBttI=";
vendorHash = "sha256-zeiOcn33PnyoseYb0wynkn7MfGp3rHEYBStY98C6aR8=";
ldflags = [
"-w" "-s" "-buildid="