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

wireproxy: 1.0.8 -> 1.0.9

authored by Aleksana and committed by GitHub 80746a58 f53970aa

+4 -6
+4 -4
pkgs/tools/networking/wireproxy/default.nix pkgs/by-name/wi/wireproxy/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "wireproxy"; 10 - version = "1.0.8"; 10 + version = "1.0.9"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "pufferffish"; 14 14 repo = "wireproxy"; 15 15 rev = "v${version}"; 16 - hash = "sha256-2gio+kyjIvaNjb/+M8M5YvbAPbQX+B9A/Qly2kyFZXw="; 16 + hash = "sha256-VPIEgvUg0h80Cd611zXQ5mhamfJTQpaDK9kiUMy2G0A="; 17 17 }; 18 18 19 19 ldflags = [ ··· 22 22 "-X main.version=v${version}" 23 23 ]; 24 24 25 - vendorHash = "sha256-u5/ppH+8mcR3AdPnA6vDFL4GwVzbUj679I4zBw80HU0="; 25 + vendorHash = "sha256-DNTPzZSxcjkcv7RygTpOIgdYEQ8wBPkuJqfzZGt8ExI="; 26 26 27 27 passthru.tests.version = testers.testVersion { 28 28 package = wireproxy; ··· 32 32 33 33 meta = with lib; { 34 34 description = "Wireguard client that exposes itself as a socks5 proxy"; 35 - homepage = "https://github.com/octeep/wireproxy"; 35 + homepage = "https://github.com/pufferffish/wireproxy"; 36 36 license = licenses.isc; 37 37 maintainers = with maintainers; [ _3JlOy-PYCCKUi ]; 38 38 mainProgram = "wireproxy";
-2
pkgs/top-level/all-packages.nix
··· 14407 14407 inherit (darwin.apple_sdk.frameworks) Security; 14408 14408 }; 14409 14409 14410 - wireproxy = callPackage ../tools/networking/wireproxy { }; 14411 - 14412 14410 wiringpi = callPackage ../os-specific/linux/wiringpi { }; 14413 14411 14414 14412 wg-friendly-peer-names = callPackage ../tools/networking/wg-friendly-peer-names { };