We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d3cef commit 222f013Copy full SHA for 222f013
go/wireproxy.nix
@@ -2,19 +2,19 @@
2
3
buildGoModule rec {
4
pname = "wireproxy";
5
- version = "1.0.9";
+ version = "1.0.10";
6
7
src = fetchFromGitHub {
8
owner = "octeep";
9
repo = "wireproxy";
10
rev = "v${version}";
11
- hash = "sha256-VPIEgvUg0h80Cd611zXQ5mhamfJTQpaDK9kiUMy2G0A=";
+ hash = "sha256-F8WatQsXgq3ex2uAy8eoS2DkG7uClNwZ74eG/mJN83o=";
12
};
13
14
env.CGO_ENABLED = 0;
15
hardeningDisable = [ "pie" ];
16
17
- vendorHash = "sha256-DNTPzZSxcjkcv7RygTpOIgdYEQ8wBPkuJqfzZGt8ExI=";
+ vendorHash = "sha256-uCU5WLCKl5T4I1OccVl7WU0GM/t4RyAEmzHkJ22py30=";
18
19
ldflags = [
20
"-s"
0 commit comments