tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
wireproxy: 1.0.5 -> 1.0.6
3JlOy_PYCCKUI
2 years ago
e69867cf
2ae0a16d
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
wireproxy
default.nix
+4
-4
pkgs/tools/networking/wireproxy/default.nix
···
5
6
buildGoModule rec {
7
pname = "wireproxy";
8
-
version = "1.0.5";
9
10
src = fetchFromGitHub {
11
-
owner = "octeep";
12
repo = "wireproxy";
13
rev = "v${version}";
14
-
hash = "sha256-5xyKmFxXYhrR8EbG1/ByD10lhkPT9Ky1lq+LL2djaao=";
15
};
16
17
ldflags = [
···
20
"-X main.version=v${version}"
21
];
22
23
-
vendorHash = "sha256-/LZs6N2m5nHx735Ug+PcM1I1ZL9f8VYEpd7Tt4WizMQ=";
24
25
meta = with lib; {
26
description = "Wireguard client that exposes itself as a socks5 proxy";
···
5
6
buildGoModule rec {
7
pname = "wireproxy";
8
+
version = "1.0.6";
9
10
src = fetchFromGitHub {
11
+
owner = "pufferffish";
12
repo = "wireproxy";
13
rev = "v${version}";
14
+
hash = "sha256-Sy8jApnU3dpsXi5vWyEY6D250xpG73aByNZ/pSg90l0=";
15
};
16
17
ldflags = [
···
20
"-X main.version=v${version}"
21
];
22
23
+
vendorHash = "sha256-LBLEb2oVi5ILNtoOtmJZ7NC7hMvLZcexYAxwmb4iUBo=";
24
25
meta = with lib; {
26
description = "Wireguard client that exposes itself as a socks5 proxy";