Merge pull request #305327 from 3JlOy-PYCCKUi/wireproxy

wireproxy: 1.0.8 -> 1.0.9
This commit is contained in:
Aleksana 2024-04-20 22:52:46 +08:00 committed by GitHub
commit 80746a5828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "wireproxy";
version = "1.0.8";
version = "1.0.9";
src = fetchFromGitHub {
owner = "pufferffish";
repo = "wireproxy";
rev = "v${version}";
hash = "sha256-2gio+kyjIvaNjb/+M8M5YvbAPbQX+B9A/Qly2kyFZXw=";
hash = "sha256-VPIEgvUg0h80Cd611zXQ5mhamfJTQpaDK9kiUMy2G0A=";
};
ldflags = [
@ -22,7 +22,7 @@ buildGoModule rec {
"-X main.version=v${version}"
];
vendorHash = "sha256-u5/ppH+8mcR3AdPnA6vDFL4GwVzbUj679I4zBw80HU0=";
vendorHash = "sha256-DNTPzZSxcjkcv7RygTpOIgdYEQ8wBPkuJqfzZGt8ExI=";
passthru.tests.version = testers.testVersion {
package = wireproxy;
@ -32,7 +32,7 @@ buildGoModule rec {
meta = with lib; {
description = "Wireguard client that exposes itself as a socks5 proxy";
homepage = "https://github.com/octeep/wireproxy";
homepage = "https://github.com/pufferffish/wireproxy";
license = licenses.isc;
maintainers = with maintainers; [ _3JlOy-PYCCKUi ];
mainProgram = "wireproxy";

View File

@ -14407,8 +14407,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
wireproxy = callPackage ../tools/networking/wireproxy { };
wiringpi = callPackage ../os-specific/linux/wiringpi { };
wg-friendly-peer-names = callPackage ../tools/networking/wg-friendly-peer-names { };