about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bc-detect-secrets
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-04-23 00:24:13 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-04-23 00:24:13 +0200
commit5539c7fd823328e180b35bd66ed295563bd4afad (patch)
tree34413365a0c07a0b5d35a6f67844b5fa09a5babe /pkgs/development/python-modules/bc-detect-secrets
parent2282f5aa1d9c95e410a5cc437d1ccb0198abcae3 (diff)
python310Packages.bc-detect-secrets: 1.4.20 -> 1.4.21
Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.4.20...1.4.21
Diffstat (limited to 'pkgs/development/python-modules/bc-detect-secrets')
-rw-r--r--pkgs/development/python-modules/bc-detect-secrets/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bc-detect-secrets/default.nix b/pkgs/development/python-modules/bc-detect-secrets/default.nix
index 1d67d0d7dcbb3..9be9a724b1f24 100644
--- a/pkgs/development/python-modules/bc-detect-secrets/default.nix
+++ b/pkgs/development/python-modules/bc-detect-secrets/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "bc-detect-secrets";
-  version = "1.4.20";
+  version = "1.4.21";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "bridgecrewio";
     repo = "detect-secrets";
     rev = "refs/tags/${version}";
-    hash = "sha256-PrKosbXZYp7mpQoqJLrm9hRV23XcthgVNu1UtvORfWo=";
+    hash = "sha256-yidDRKG0Lko+aqoCX7sBKsoOUOTEk3GX/gEx8oTCNSc=";
   };
 
   propagatedBuildInputs = [