lol

Merge pull request #244947 from r-ryantm/auto-update/ooniprobe-cli

ooniprobe-cli: 3.18.0 -> 3.18.1

authored by

Nick Cao and committed by
GitHub
b2565ee6 14aadda2

+3 -3
+3 -3
pkgs/tools/networking/ooniprobe-cli/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "ooniprobe-cli"; 8 - version = "3.18.0"; 8 + version = "3.18.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "ooni"; 12 12 repo = "probe-cli"; 13 13 rev = "v${version}"; 14 - hash = "sha256-3KnPqUB9vNxIWF28BGZqqg1IwglHOP2qAZfDMaNcN7s="; 14 + hash = "sha256-abCglaMFW6zPc53IU8Bgl/SaoIh1N9i3xDcfOnJypls="; 15 15 }; 16 16 17 - vendorHash = "sha256-iMEmTip9c7ySFUxcKr8ZUuREw7FfBvsIhECvmagvVL0="; 17 + vendorHash = "sha256-olirtvnOIKvNXJsanv5UFTcpj7RpPAa5OP0qYTv4wtk="; 18 18 19 19 subPackages = [ "cmd/ooniprobe" ]; 20 20