Skip to content

Commit 23e336a

Browse files
authored
Merge pull request #269145 from r-ryantm/auto-update/ooniprobe-cli
ooniprobe-cli: 3.19.0 -> 3.19.1
2 parents a955744 + f9aed18 commit 23e336a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/networking/ooniprobe-cli/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
buildGoModule rec {
77
pname = "ooniprobe-cli";
8-
version = "3.19.0";
8+
version = "3.19.1";
99

1010
src = fetchFromGitHub {
1111
owner = "ooni";
1212
repo = "probe-cli";
1313
rev = "v${version}";
14-
hash = "sha256-W3C4KbZnOdljofnlYZk/F6E77/AXjdNTRoWrtoEVfqg=";
14+
hash = "sha256-sYIp5zl49waERfTYPfNjbyzep7p4sRlweDVcuTtWB28=";
1515
};
1616

17-
vendorHash = "sha256-wEhh0nMdFH9wLfNSxYvbkbtu69cNEmVpQDk57/gdnw8=";
17+
vendorHash = "sha256-6RyK0oy9Lcuh2TXpQqAqmrA+bS9hug6+il7L1z+kYvs=";
1818

1919
subPackages = [ "cmd/ooniprobe" ];
2020

0 commit comments

Comments
 (0)