Unverified Commit 3db0fa10 authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

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

ooniprobe-cli: 3.16.4 -> 3.16.5
parents 74ddb2da c58d913b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "ooniprobe-cli";
  version = "3.16.4";
  version = "3.16.5";

  src = fetchFromGitHub {
    owner = "ooni";
    repo = "probe-cli";
    rev = "v${version}";
    hash = "sha256-DXqHJCzRYRiFgDa/OTBxWoWzz8uAZAwE1xCwIm30VDM=";
    hash = "sha256-53TFXrzeyEcd8WV7hdb+2VXlN2Iogw3bdCiejRIs8Yw=";
  };

  vendorSha256 = "sha256-eH+PfclxqgffM/pzIkdl7x+6Ie6UPyUpWkJ7+G5eN/E=";