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-02 23:54:42 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-05-02 23:54:42 +0200
commit1586b6058df7847e230d883751e1299c5f8f76ba (patch)
tree423be317689a21a2f1032b052b744a205f3b3200 /pkgs/development/python-modules/bc-detect-secrets
parent72e8332e0c0f6a5f44545199261a6352efe55f0b (diff)
python310Packages.bc-detect-secrets: 1.4.24 -> 1.4.26
Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.4.24...1.4.26
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 ef3da35b0c061..fc4ffde105347 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.24";
+  version = "1.4.26";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "bridgecrewio";
     repo = "detect-secrets";
     rev = "refs/tags/${version}";
-    hash = "sha256-roqViqEOw5Mx+LFCdJHNDWrZ5wVCuzMxugnOCbuS7nY=";
+    hash = "sha256-rkyeG0xZZVO7SkfFyxq07c373YElblIUqJpwWc1nF58=";
   };
 
   propagatedBuildInputs = [