Merge pull request #227109 from fabaff/bc-detect-secrets-bump

python310Packages.bc-detect-secrets: 1.4.19 -> 1.4.20

authored by Fabian Affolter and committed by GitHub a4ee149b 6c43a349

+2 -2
+2 -2
pkgs/development/python-modules/bc-detect-secrets/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "bc-detect-secrets"; 18 - version = "1.4.19"; 18 + version = "1.4.20"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.8"; ··· 24 24 owner = "bridgecrewio"; 25 25 repo = "detect-secrets"; 26 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-MIl0nobcQb8PRwLeam1tgP5JLHNAv3fP3wpwi64IJa4="; 27 + hash = "sha256-PrKosbXZYp7mpQoqJLrm9hRV23XcthgVNu1UtvORfWo="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [