python3Packages.bc-detect-secrets: 1.5.48 -> 1.5.50

Diff: https://github.com/bridgecrewio/detect-secrets/compare/1.5.48...1.5.50
This commit is contained in:
Fabian Affolter
2026-08-19 20:54:50 +02:00
parent 8f439c8520
commit a5ebbb7392

View File

@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "bc-detect-secrets";
version = "1.5.48";
version = "1.5.50";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "detect-secrets";
tag = finalAttrs.version;
hash = "sha256-p8j5oqDXxo6EXmtksI1yxNuY8VkCTF2qoI/oU+YfRpY=";
hash = "sha256-t9uG5EFA0I6243P1x/ZLu8J92RM0wRDtsOXt3VXH2fk=";
};
build-system = [ setuptools ];