summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/bettercap
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-13 02:08:49 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-13 02:08:49 +0000
commit800879e30fa913e6a5873e04e5780e080d7f465b (patch)
tree34fb00de7e1f461d0530b893ed685ef9e48c4666 /pkgs/tools/security/bettercap
parentd70c7d2388f830f2d2411423a06ea75d15b6b294 (diff)
bettercap: 2.29 -> 2.30
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 f2df464a907b..940086788af4 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.29";
+ version = "2.30";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
- sha256 = "sha256-hXYsFRYSyYKYJM4gS0Dyiia9aPA07GWSsp9doA0vYGI=";
+ sha256 = "sha256-Ge+fbNEWq+84LypUbNrnNMOxcDJb8rFlP/QUoE7yEds=";
};
- vendorSha256 = "sha256-yIvwYUK+4cnHFwvJS2seDa9vJ/2cQ10Q46hR8U0aSRE=";
+ vendorSha256 = "sha256-fApxHxdzEEc+M+U5f0271VgrkXTGkUD75BpDXpVYd5k=";
doCheck = false;