summary refs log tree commit diff
path: root/pkgs/tools/security/bettercap
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-21 09:52:27 -0800
committerGitHub <noreply@github.com>2021-01-21 09:52:27 -0800
commit938ad4b145662ee15ecb9fe6d35559bb3f4c22be (patch)
tree656fd16af0b0d7b4d4f3643d64293a13d0ed442d /pkgs/tools/security/bettercap
parentf202f964259f9fd357be7457d1638a6c7a5e08ef (diff)
downloadnixpkgs-938ad4b145662ee15ecb9fe6d35559bb3f4c22be.tar
nixpkgs-938ad4b145662ee15ecb9fe6d35559bb3f4c22be.tar.gz
nixpkgs-938ad4b145662ee15ecb9fe6d35559bb3f4c22be.tar.bz2
nixpkgs-938ad4b145662ee15ecb9fe6d35559bb3f4c22be.tar.lz
nixpkgs-938ad4b145662ee15ecb9fe6d35559bb3f4c22be.tar.xz
nixpkgs-938ad4b145662ee15ecb9fe6d35559bb3f4c22be.tar.zst
nixpkgs-938ad4b145662ee15ecb9fe6d35559bb3f4c22be.zip
bettercap: 2.28 -> 2.29 (#110327)
Diffstat (limited to 'pkgs/tools/security/bettercap')
-rw-r--r--pkgs/tools/security/bettercap/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/bettercap/default.nix b/pkgs/tools/security/bettercap/default.nix
index 0037b8cdff7..f2df464a907 100644
--- a/pkgs/tools/security/bettercap/default.nix
+++ b/pkgs/tools/security/bettercap/default.nix
@@ -10,16 +10,16 @@
 
 buildGoModule rec {
   pname = "bettercap";
-  version = "2.28";
+  version = "2.29";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "0aihinn3i3jj350l2rqph7nv3wy4nh4f8syidf77zybjcp9nmcys";
+    sha256 = "sha256-hXYsFRYSyYKYJM4gS0Dyiia9aPA07GWSsp9doA0vYGI=";
   };
 
-  vendorSha256 = "0yfs1f18d8frbkrshsajzzbj4wh2azd89g2h35wm6wqknvlipwr0";
+  vendorSha256 = "sha256-yIvwYUK+4cnHFwvJS2seDa9vJ/2cQ10Q46hR8U0aSRE=";
 
   doCheck = false;