Skip to content

Commit

Permalink
ooniprobe-cli: 3.23.0 -> 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markpash committed Dec 22, 2024
1 parent be18bfe commit 860a97a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/ooniprobe-cli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

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=";
};

CGO_ENABLED = 1;
hardeningDisable = [ "pie" ];

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

ldflags = [
"-s"
Expand Down

0 comments on commit 860a97a

Please sign in to comment.