badsecrets: 0.10.35 -> 0.11.118

This commit is contained in:
R. Ryantm
2025-08-12 06:40:34 +00:00
parent a2a025b8f3
commit c1b2eed1cf
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "badsecrets";
version = "0.10.35";
version = "0.11.118";
pyproject = true;
src = fetchFromGitHub {
owner = "blacklanternsecurity";
repo = "badsecrets";
tag = "v${version}";
hash = "sha256-i80f4qPX695HFdNefIT2sqcKsdMTEiYXUltF2Gj6aAI=";
hash = "sha256-7jKhXFrtZI+Xzs7R8E3zJNN3wTEkuTuhc3PGn6JOzTU=";
};
build-system = [