Skip to content

Commit

Permalink
ooniprobe-cli: 3.23.0 -> 3.24.0 (#359338)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Nov 30, 2024
2 parents bcc5c14 + 56f8cbd commit 4278c67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/oo/ooniprobe-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

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

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

vendorHash = "sha256-wuCqyr7JuzRHJE8ct1DRi9aFJWeHdF1sxUjvQiBMa6I=";
vendorHash = "sha256-QH5PyCvfJWWDhjH6Jo8O3wBq3MwfpHWKSuYMmpaqjWk=";

subPackages = [ "cmd/ooniprobe" ];

Expand Down

0 comments on commit 4278c67

Please sign in to comment.