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-05-18 14:24:36 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-05-18 14:24:36 +0200
commitdb8103f909784ad7ccb000f1c499f73f63d06720 (patch)
treec7017a98cc9aed87bb8882d0a29aa31b820a2582 /pkgs/development/python-modules/bc-detect-secrets
parent6ee60f0bec473da453f149664b431d9aa3216604 (diff)
python311Packages.bc-detect-secrets: 1.4.27 -> 1.4.28
Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.4.27...1.4.28
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 941862b2a3d38..f8fcd864766f4 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.27";
+  version = "1.4.28";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "bridgecrewio";
     repo = "detect-secrets";
     rev = "refs/tags/${version}";
-    hash = "sha256-iQNMU77nTv6KY9LJb1fiBUVs5LkpX732UpJAYdUWNyc=";
+    hash = "sha256-SH45I+81fqvViyiiSwYJq6v8PPcWENCh0Ey6taKI3Us=";
   };
 
   propagatedBuildInputs = [