summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-27 06:08:51 -0500
committerGitHub <noreply@github.com>2023-10-27 06:08:51 -0500
commit9ab36f6714e84b4f03043b732778332319602508 (patch)
treecdbf2b3409301465460bdbb974406ad4d54fc834 /pkgs/tools/networking
parentf46e1583195d2e78dd2b7d40803a030cbf374950 (diff)
parente34d4d2001fad65879f3b8ab978cfe738e57a7f8 (diff)
downloadnixpkgs-9ab36f6714e84b4f03043b732778332319602508.tar
nixpkgs-9ab36f6714e84b4f03043b732778332319602508.tar.gz
nixpkgs-9ab36f6714e84b4f03043b732778332319602508.tar.bz2
nixpkgs-9ab36f6714e84b4f03043b732778332319602508.tar.lz
nixpkgs-9ab36f6714e84b4f03043b732778332319602508.tar.xz
nixpkgs-9ab36f6714e84b4f03043b732778332319602508.tar.zst
nixpkgs-9ab36f6714e84b4f03043b732778332319602508.zip
Merge pull request #262274 from r-ryantm/auto-update/ooniprobe-cli
ooniprobe-cli: 3.18.1 -> 3.19.0
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/ooniprobe-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/ooniprobe-cli/default.nix b/pkgs/tools/networking/ooniprobe-cli/default.nix
index 16287b41774..baf0ba802c0 100644
--- a/pkgs/tools/networking/ooniprobe-cli/default.nix
+++ b/pkgs/tools/networking/ooniprobe-cli/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "ooniprobe-cli";
-  version = "3.18.1";
+  version = "3.19.0";
 
   src = fetchFromGitHub {
     owner = "ooni";
     repo = "probe-cli";
     rev = "v${version}";
-    hash = "sha256-abCglaMFW6zPc53IU8Bgl/SaoIh1N9i3xDcfOnJypls=";
+    hash = "sha256-W3C4KbZnOdljofnlYZk/F6E77/AXjdNTRoWrtoEVfqg=";
   };
 
-  vendorHash = "sha256-olirtvnOIKvNXJsanv5UFTcpj7RpPAa5OP0qYTv4wtk=";
+  vendorHash = "sha256-wEhh0nMdFH9wLfNSxYvbkbtu69cNEmVpQDk57/gdnw8=";
 
   subPackages = [ "cmd/ooniprobe" ];