wireproxy: 1.0.10 -> 1.1.2

This commit is contained in:
3JlOy_PYCCKUI
2026-05-04 17:55:28 +03:00
parent 8150c3151e
commit 3265a0c454
+5 -5
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "wireproxy";
version = "1.0.10";
version = "1.1.2";
src = fetchFromGitHub {
owner = "pufferffish";
owner = "windtf";
repo = "wireproxy";
rev = "v${finalAttrs.version}";
hash = "sha256-F8WatQsXgq3ex2uAy8eoS2DkG7uClNwZ74eG/mJN83o=";
hash = "sha256-R1G/VtyQsl7yoDwZw+24qTdeq//qYQTQwzAPvH8f+ls=";
};
ldflags = [
@@ -23,7 +23,7 @@ buildGoModule (finalAttrs: {
"-X main.version=v${finalAttrs.version}"
];
vendorHash = "sha256-uCU5WLCKl5T4I1OccVl7WU0GM/t4RyAEmzHkJ22py30=";
vendorHash = "sha256-T6RN7f05bNVL7gfhaAR0+lKZWqXvMcgjiyPldCmmvU4=";
passthru.tests.version = testers.testVersion {
package = wireproxy;
@@ -33,7 +33,7 @@ buildGoModule (finalAttrs: {
meta = {
description = "Wireguard client that exposes itself as a socks5 proxy";
homepage = "https://github.com/pufferffish/wireproxy";
homepage = "https://github.com/windtf/wireproxy";
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ _3JlOy-PYCCKUi ];
mainProgram = "wireproxy";