python312Packages.bc-detect-secrets: 1.5.5 -> 1.5.6

Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.5.5...1.5.6
This commit is contained in:
Fabian Affolter
2024-04-11 23:35:24 +02:00
parent 274dc1ce96
commit 9a21177e8a
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "bc-detect-secrets";
version = "1.5.5";
version = "1.5.6";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "detect-secrets";
rev = "refs/tags/${version}";
hash = "sha256-05hxc34ecSoAp0GBVf9yq2BC928wxZOLZJHAbJ7cdtk=";
hash = "sha256-sAh4WDaPmA8ADFdynGrIBBG75Bji8jMwKBcfw3woCmg=";
};
build-system = [