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-30 11:21:22 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-04-30 11:21:22 +0200
commit4d6d6db39ad6ea0b7d47df623710e1e1c3993adc (patch)
tree742e8a4bff85dc58aca84f8dc02f2524d486ba4b /pkgs/development/python-modules/bc-detect-secrets
parent6eedf41cc08c5d24a83feca1626a715f414033f0 (diff)
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
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 7693e646662cc..ef3da35b0c061 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.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 = [