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-04 12:52:28 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-04-04 12:52:28 +0200
commitf5f0feca54fbd8840403de84caa386c96d47e144 (patch)
tree7e0a92187f7d299b39a02aa51e9ce685cd50e1e6 /pkgs/development/python-modules/bc-detect-secrets
parentf427d9477c98ece10d4dc7d9f16bf2b5a5844a4d (diff)
python310Packages.bc-detect-secrets: 1.4.15 -> 1.4.16
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 98a14ade57c34..dab2f6e5bbb56 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.15";
+  version = "1.4.16";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "bridgecrewio";
     repo = "detect-secrets";
     rev = "refs/tags/${version}";
-    hash = "sha256-zTRrWgbuSRK1zRurv3a2G1gZ6LCzmVQh8eFFa3g6eSE=";
+    hash = "sha256-PBpxhZPFO4X4dhSYWG2TtHgaNx/SCQlnr2D57uB0kr4=";
   };
 
   propagatedBuildInputs = [