summary refs log tree commit diff
path: root/pkgs/tools/security/bettercap
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-19 11:21:35 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-19 11:21:35 +0000
commit835349c1673892028a580d54612f69bf3e8af7a0 (patch)
treecf379b39ca358a037b028c3a7619268b10085ba9 /pkgs/tools/security/bettercap
parente35acbb6d89cd2c2a9cdc97138b3aae352de8c3f (diff)
downloadnixpkgs-835349c1673892028a580d54612f69bf3e8af7a0.tar
nixpkgs-835349c1673892028a580d54612f69bf3e8af7a0.tar.gz
nixpkgs-835349c1673892028a580d54612f69bf3e8af7a0.tar.bz2
nixpkgs-835349c1673892028a580d54612f69bf3e8af7a0.tar.lz
nixpkgs-835349c1673892028a580d54612f69bf3e8af7a0.tar.xz
nixpkgs-835349c1673892028a580d54612f69bf3e8af7a0.tar.zst
nixpkgs-835349c1673892028a580d54612f69bf3e8af7a0.zip
bettercap: 2.30 -> 2.30.2
Diffstat (limited to 'pkgs/tools/security/bettercap')
-rw-r--r--pkgs/tools/security/bettercap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/bettercap/default.nix b/pkgs/tools/security/bettercap/default.nix
index 940086788af..1383de79feb 100644
--- a/pkgs/tools/security/bettercap/default.nix
+++ b/pkgs/tools/security/bettercap/default.nix
@@ -10,13 +10,13 @@
 
 buildGoModule rec {
   pname = "bettercap";
-  version = "2.30";
+  version = "2.30.2";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Ge+fbNEWq+84LypUbNrnNMOxcDJb8rFlP/QUoE7yEds=";
+    sha256 = "sha256-5CAWMW0u/8BUn/8JJBApyHGH+/Tz8hzAmSChoT2gFr8=";
   };
 
   vendorSha256 = "sha256-fApxHxdzEEc+M+U5f0271VgrkXTGkUD75BpDXpVYd5k=";