Merge pull request #124107 from r-ryantm/auto-update/bettercap

bettercap: 2.31.0 -> 2.31.1
launchpad/nixpkgs/master
Fabian Affolter 3 years ago committed by GitHub
commit 5478c845c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/tools/security/bettercap/default.nix

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "bettercap";
version = "2.31.0";
version = "2.31.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-PmS4ox1ZaHrBGJAdNByott61rEvfmR1ZJ12ut0MGtrc=";
sha256 = "sha256-vZajnKjuIFoNnjxSsFkkpxyCR27VWqVN4lGf9SadmPU=";
};
vendorSha256 = "sha256-3j64Z4BQhAbUtoHJ6IT1SCsKxSeYZRxSO3K2Nx9Vv4w=";
vendorSha256 = "sha256-et6D+M+xJbxIiDP7JRRABZ8UqUCpt9ZVI5DP45tyTGM=";
doCheck = false;

Loading…
Cancel
Save