tun2socks: 2.5.0 -> 2.5.1

+3 -3
+3 -3
pkgs/tools/networking/tun2socks/default.nix
··· 5 6 buildGoModule rec { 7 pname = "tun2socks"; 8 - version = "2.5.0"; 9 10 src = fetchFromGitHub { 11 owner = "xjasonlyu"; 12 repo = pname; 13 rev = "v${version}"; 14 - sha256 = "sha256-uu0FBhckZ06eXEEuKwN3MopGMDbMjjcABYa/lgM48n4="; 15 }; 16 17 - vendorHash = "sha256-QIXgRoxmJaeYGx77EB53zIb94InlQbUSOXE+cUdBttI="; 18 19 ldflags = [ 20 "-w" "-s" "-buildid="
··· 5 6 buildGoModule rec { 7 pname = "tun2socks"; 8 + version = "2.5.1"; 9 10 src = fetchFromGitHub { 11 owner = "xjasonlyu"; 12 repo = pname; 13 rev = "v${version}"; 14 + sha256 = "sha256-qRjVZF15CjFohv9PQO0bLAjS8ip//S7yncXOn9oS2XM="; 15 }; 16 17 + vendorHash = "sha256-zeiOcn33PnyoseYb0wynkn7MfGp3rHEYBStY98C6aR8="; 18 19 ldflags = [ 20 "-w" "-s" "-buildid="