Skip to content

Commit

Permalink
Merge pull request #333237 from r-ryantm/auto-update/ooniprobe-cli
Browse files Browse the repository at this point in the history
ooniprobe-cli: 3.22.0 -> 3.23.0
  • Loading branch information
dotlambda authored Aug 8, 2024
2 parents 04b5441 + 4779222 commit 4366aee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/ooniprobe-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "ooniprobe-cli";
version = "3.22.0";
version = "3.23.0";

src = fetchFromGitHub {
owner = "ooni";
repo = "probe-cli";
rev = "v${version}";
hash = "sha256-06uUnxkkG6sfIfaXm5ZA4N3eWPeMZOyL740FqiKkHM4=";
hash = "sha256-ey71XA/ZtN6AI/DyjqFGcY5XW9H0RoOjrmjDEIgJMkM=";
};

vendorHash = "sha256-gjtrT1Dtk1sUTVK14qKtrIZNptj1mGNg6HTKv0HkEkc=";
vendorHash = "sha256-wuCqyr7JuzRHJE8ct1DRi9aFJWeHdF1sxUjvQiBMa6I=";

subPackages = [ "cmd/ooniprobe" ];

Expand Down

0 comments on commit 4366aee

Please sign in to comment.