python310Packages.bc-detect-secrets: 1.4.23 -> 1.4.24

Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.4.23...1.4.24
This commit is contained in:
Fabian Affolter 2023-04-30 11:21:22 +02:00
parent 6eedf41cc0
commit 4d6d6db39a

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "bc-detect-secrets";
version = "1.4.23";
version = "1.4.24";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "detect-secrets";
rev = "refs/tags/${version}";
hash = "sha256-lMsGcCD7Qz8OMge6URtrARiR6YPRZRN87dbIlpFdvhY=";
hash = "sha256-roqViqEOw5Mx+LFCdJHNDWrZ5wVCuzMxugnOCbuS7nY=";
};
propagatedBuildInputs = [