We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a713dc8 + 0d68dcf commit 38c4f0eCopy full SHA for 38c4f0e
1 file changed
pkgs/by-name/oo/ooniprobe-cli/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "ooniprobe-cli";
9
- version = "3.26.0";
+ version = "3.27.0";
10
11
src = fetchFromGitHub {
12
owner = "ooni";
13
repo = "probe-cli";
14
tag = "v${version}";
15
- hash = "sha256-CTrjr3f7x2xtKvo/pO2BRVCl/5osI7seKY0lwSLvQhg=";
+ hash = "sha256-dVYxq/ojE3nPxdkQEXocJJKNXeaaS+Sdq+CO8j5M5jM=";
16
};
17
18
- vendorHash = "sha256-ZQIuRZdS96mO72JyVUQ0lIost6ZgBPqRvTYpWl6grxY=";
+ vendorHash = "sha256-JnvP0PUOYNJLBpY9BWlC6cJ+Sor2gxDgSKJ8KnUctWc=";
19
20
subPackages = [ "cmd/ooniprobe" ];
21
0 commit comments