Skip to content

Commit 0356369

Browse files
committed
ooniprobe-cli: 3.24.0 -> 3.25.0
Diff: ooni/probe-cli@v3.24.0...v3.25.0
1 parent 41644af commit 0356369

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go/ooniprobe-cli.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 = "ooniprobe-cli";
5-
version = "3.24.0";
5+
version = "3.25.0";
66

77
src = fetchFromGitHub {
88
owner = "ooni";
99
repo = "probe-cli";
1010
rev = "v${version}";
11-
hash = "sha256-jg09yIX3jHMp0PwSwy2RMwYhZm0haJFTmpwcyTc5I0A=";
11+
hash = "sha256-6BZ1ZhlskvP1eYS/yMaPgR0gbAUDJS0rS3KId+Lq450=";
1212
};
1313

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

17-
vendorHash = "sha256-QH5PyCvfJWWDhjH6Jo8O3wBq3MwfpHWKSuYMmpaqjWk=";
17+
vendorHash = "sha256-WPfeelgKGY0zTfP19+x8PLBrCFpla2uJFstXxJM966o=";
1818

1919
ldflags = [
2020
"-s"

0 commit comments

Comments
 (0)