2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-11 03:32:41 +00:00

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

python312Packages.bc-detect-secrets: 1.5.12 -> 1.5.15
This commit is contained in:
Peder Bergebakken Sundt 2024-07-25 18:56:39 +02:00 committed by GitHub
commit dd081b2473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions
pkgs/development
python-modules/bc-detect-secrets
tools/analysis/checkov

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "bc-detect-secrets";
version = "1.5.12";
version = "1.5.15";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "detect-secrets";
rev = "refs/tags/${version}";
hash = "sha256-njTVA1H0QM0PHIHe/Vc4IJtbgTyWdytqPv0RRnTY6cw=";
hash = "sha256-D4TJnaxaCCJWgDPbGvbxkW6yg/Ph1jaIT9QBjxFcxAw=";
};
build-system = [ setuptools ];

View File

@ -47,9 +47,6 @@ python3.pkgs.buildPythonApplication rec {
setuptools-scm
];
nativeBuildInputs = with python3.pkgs; [
];
dependencies = with python3.pkgs; [
aiodns
aiohttp