We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6f9a3c + 685b9a2 commit 4ea9bd6Copy full SHA for 4ea9bd6
pkgs/development/python-modules/bc-detect-secrets/default.nix
@@ -17,7 +17,7 @@
17
18
buildPythonPackage rec {
19
pname = "bc-detect-secrets";
20
- version = "1.5.37";
+ version = "1.5.38";
21
pyproject = true;
22
23
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
26
owner = "bridgecrewio";
27
repo = "detect-secrets";
28
tag = version;
29
- hash = "sha256-uh9fxt9JdsVHCRbqNGbFxjm5pgRg4gWf2n+OYhx55RM=";
+ hash = "sha256-KD+ceZaUqjx8f4intjQaz3lY0a9hms6UpjwWsDu/GGM=";
30
};
31
32
build-system = [ setuptools ];
0 commit comments