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 a716c17 + aca98b7 commit 2843d20Copy full SHA for 2843d20
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.34";
+ version = "1.5.36";
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-i03xAtdZUnKvhZTMw4AmavdGRC9hSf5FpdroJC/UQaU=";
+ hash = "sha256-kfBiVWKS8zgG8CgmUBSc/utWaHgluubZ8zpZuIAVjUU=";
30
};
31
32
build-system = [ setuptools ];
0 commit comments