Skip to content

Commit 222f013

Browse files
committed
wireproxy: 1.0.9 -> 1.0.10
Diff: whyvl/wireproxy@v1.0.9...v1.0.10
1 parent 04d3cef commit 222f013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go/wireproxy.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
buildGoModule rec {
44
pname = "wireproxy";
5-
version = "1.0.9";
5+
version = "1.0.10";
66

77
src = fetchFromGitHub {
88
owner = "octeep";
99
repo = "wireproxy";
1010
rev = "v${version}";
11-
hash = "sha256-VPIEgvUg0h80Cd611zXQ5mhamfJTQpaDK9kiUMy2G0A=";
11+
hash = "sha256-F8WatQsXgq3ex2uAy8eoS2DkG7uClNwZ74eG/mJN83o=";
1212
};
1313

1414
env.CGO_ENABLED = 0;
1515
hardeningDisable = [ "pie" ];
1616

17-
vendorHash = "sha256-DNTPzZSxcjkcv7RygTpOIgdYEQ8wBPkuJqfzZGt8ExI=";
17+
vendorHash = "sha256-uCU5WLCKl5T4I1OccVl7WU0GM/t4RyAEmzHkJ22py30=";
1818

1919
ldflags = [
2020
"-s"

0 commit comments

Comments
 (0)