tun2socks: 2.4.1 -> 2.5.0

This commit is contained in:
R. Ryantm 2023-04-23 07:21:51 +00:00
parent 869a6db08d
commit 4454842237

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "tun2socks"; pname = "tun2socks";
version = "2.4.1"; version = "2.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xjasonlyu"; owner = "xjasonlyu";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-FBYRqxS8DJbIc8j8X6WNxl6a1YRcNrPSnNfrq/Y0fMM="; sha256 = "sha256-uu0FBhckZ06eXEEuKwN3MopGMDbMjjcABYa/lgM48n4=";
}; };
vendorSha256 = "sha256-XWzbEtYd8h63QdpAQZTGxyxMAAnpKO9Fp4y8/eeZ7Xw="; vendorHash = "sha256-QIXgRoxmJaeYGx77EB53zIb94InlQbUSOXE+cUdBttI=";
ldflags = [ ldflags = [
"-w" "-s" "-buildid=" "-w" "-s" "-buildid="