bettercap: 2.41.0 -> 2.41.1 (#425507)

This commit is contained in:
Paul Meyer 2025-07-27 12:00:17 +02:00 committed by GitHub
commit bbb1dbe938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,16 +12,16 @@
buildGoModule rec { buildGoModule rec {
pname = "bettercap"; pname = "bettercap";
version = "2.41.0"; version = "2.41.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bettercap"; owner = "bettercap";
repo = "bettercap"; repo = "bettercap";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-qQNsdKUiTSXkvfIguR1Rjs3A1WW4G1ernqRWTKBjIVI="; sha256 = "sha256-NvCAG5+oZ5Xf2gbFKNlLXNxkvvK10py+qksJ5te2aGI=";
}; };
vendorHash = "sha256-OxcBk22TvlcnHqJ0VzuewZtWLm/DPo6Cdq7RKabOg8w="; vendorHash = "sha256-1kgjMPsj8z2Cl0YWe/1zY0Zuiza0X+ZAIgsMqPhCrMw=";
doCheck = false; doCheck = false;